我正在尝试在 iOS 11.4 下的 iPhone 6 设备上编译应用程序。
这个应用程序使用我自己为架构 armv7 和 arm64 编译的框架(通过 lipo -info 确认)并针对 iOS8+。
在这个框架中,我使用了 iOS 的 Security.framework 中的kSecImportExportPassphrase、SecPKCS12Import和kSecImportItemIdentity。
当我在 Xcode 10.2 中编译时,我得到这个错误:
如果有人知道发生了什么?
就像 Security.framework 不是为 arm64 编译的,这是完全不可能的。
问候。