Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请与开发人员联系以确保 MyApp 可与此版本的 macOS 一起使用。
尝试使用后ASWebAuthenticationSession,当App收到回调时,显示错误:
ASWebAuthenticationSession
尝试生成应用程序并将其打开后显示相同的错误。
您看到的错误是因为您的代码引用了一个不存在的库,或者指向了您的代码应该在其中查找此类库的错误目录。请检查您正在使用的 rpath。通常,您应该将任何 dylibs 放在Frameworks包内的文件夹中,因此您的 rpath 应该像这样开始:../Frameworks/InternalAPI.framework (...)
Frameworks
../Frameworks/InternalAPI.framework (...)