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.
使用最新的 Xcode,我的应用程序在模拟器中运行良好,但在设备上运行时出现此错误:
我没有在我的二进制文件中链接它。我有libz.dylib。这是我要链接的内容:
libz.dylib
如果我不这样做,为什么我的项目会尝试链接到密码学的东西?怎么修?
我重新安装了 Xcode,问题就消失了。
看起来您正在对代码使用加密。请将libcommonCrypto.dylib框架添加到您的代码中。
libcommonCrypto.dylib