提交APP Store报错信息

ERROR ITMS-90086: "Missing 64-bit support. Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code."

 在setting里边这样设置:设置targets里边的Architectures 

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'APP.app/main.o' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."

删除 Copy Bundle Resources 中的main.m

原文地址:https://www.cnblogs.com/zkzzkz/p/5142023.html