上架打包时报错:ERROR ITMS-90086: "Missing 64-bit support.

完整的报错信息:ERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support."

根据错误信息在网上基本找到的解决方法是设置targets中build settings中的architectures中的内容

上架打包时报错:ERROR ITMS-90086:
98244780-F5EC-4ED8-A04B-240403EA53F9.png

但我按照网上的方法设置完后还是报出同样的错误。百思不得其解

最后终于在stackoverflow中找到了一个解释,说可能是因为我打包的时候用的是比较老的设备(确实我用的是iphone5),要把目标切换到“Generic iOS Device”(即XCode中左上角)

上架打包时报错:ERROR ITMS-90086:
QQ20161102-1.png

这个时候见证奇迹的时候到了,终于是可以upload success!看到这个真是很开心。

最后问题解决参考的网址为:http://stackoverflow.com/questions/29665755/error-itms-90086-missing-64-bit-support-submission-fails-with-error-on-submit

你可能感兴趣的:(上架打包时报错:ERROR ITMS-90086: "Missing 64-bit support.)