问题描述
- xcode7.2 app上传问题
-
出现了:ERROR ITMS-90071 和 ERROR ITMS-90171 两个错误提示,请教大神给解决!!!!!
解决方案
补充一下完整错误提示:
ERROR ITMS-90071: "This bundle is invalid. The CodeResources file must be a symbolic link to _CodeSignature/CodeResources. Make certain that the bundle is on a locally-mounted volume [not a remote SMB volume], and be certain to use the Mac OS X Finder to compress it."
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'XX.app/CmsTop' 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."
解决方案二:
解压,打包什么的都要在mac系统里面进行(ps 你是不是使用的不是mac os x 系统),当然如果是 企业版账号的话就没这要求了.
如果还没有解决问题 可以参考http://blog.csdn.net/hongzehonghgs/article/details/50573580
解决方案三:
一般都是国内网络问题,你将游戏export打包成ipa安装包后用工具上传。自带的achieve上传文件太大,就算传上去了ios平台也要帮你打包成ipa才能测试。你只需要点Xcode==》OpenDeveloper Tool==》Application Loder交付你的ipa就OK了