XCode 8.0,构建商店提交,错误

ort*_*t11 6 app-store xcode8

使用XCODE 8.0获得以下错误.据我们记忆,这对Xcode 7.x工作得很好.

ERROR ITMS-90087: "Unsupported Architectures. The executable for xxx.framework contains unsupported architectures '[x86_64, i386]'."
Run Code Online (Sandbox Code Playgroud)

这是否意味着Apple不够聪明,不包括模拟器片?我们必须提供具有模拟器的SDK而不是吗?

ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'XXX' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
Run Code Online (Sandbox Code Playgroud)

但是我们使用的是最新的XCODE 8.0版本?什么给这里?

ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."
Run Code Online (Sandbox Code Playgroud)

不确定这是什么.所有构建中都正确设置了所有签名内容.再次,这之前工作正常.我们确实使用LIPO来制作普遍性.所以也许剥离普遍会做到这一点????

WARNING ITMS-90080: "The executable 'Payload/mediumSDKSwift.app/Frameworks/VRSDK.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library."
Run Code Online (Sandbox Code Playgroud)

所有PIE的东西都是工作查找,没有变化等等.对于位置相关,所有都设置为NO.一直在做一些阅读,有些已经通过翻转位解决了?hmmmm .....

ort*_*t11 1

事实证明,我们错误地提供了一个通用框架。一旦解决了这个问题,所有的错误就都解决了。