美文网首页Unity学习小组ios学习交流iOS程序猿
上传ipa时遭遇错误:ERROR ITMS - 90167 No

上传ipa时遭遇错误:ERROR ITMS - 90167 No

作者: 水瓶座阿斌 | 来源:发表于2016-10-03 10:37 被阅读2691次

    问题描述

    升级了macOS Sierra (10.12) 和XCode8以后,使用Application Loader上传IPA到App Store时报了个奇怪的错误:

    ERROR ITMS - 90167 No. app bundles found in the package

    ITMS - 90167

    调查

    上Google搜了一下错误码,发现有很多相关讨论,比如StackOverFlow上:

    http://stackoverflow.com/questions/37838487/error-itms-90167-no-app-bundles-found-in-the-package

    After chatting with folks at WWDC in both the Xcode lab and the App Store lab, they were able to dig up information that this is a known issue in the current Sierra seed that is fixed in the next release.

    这是7月份的讨论,结论是,这个错误是macOS Sierra Beta的问题,但是,我装的Sierra是正式版啊。

    继续找最新的讨论,在Xamarin 的论坛上,有人在最近也遇到了类似问题:

    https://forums.xamarin.com/discussion/69132/cant-upload-ipa-file-error-itms-90167-no-app-bundles-found-in-the-package

    September 21

    is there anything new about this? I have macOS Sierra (release) and current Xamarin Studio/Framework running, but Application Loader gives me this error...

    然后,又马上回复了解决方法:安装Xcode 8

    Sorry - Install of Xcode 8 solved the issue - my App Store was doing strange Stuff - ignore my postings

    但是,我装的就是XCode 8 啊。

    还好,还有人也回复了另一个方法:用新版的Application Loader

    If any one still have an issue, here is my findnings. For me it was an issue with older version of application loader. I tried using 3.6 version of application loader on mac seirra and that works fine.

    问题定位

    原来升级macOS Sierra(10.12) 后,Application Loader并没有自己升级,而且升级了XCode8以后,旧的Application Loader也没有被替换,还是3.0

    有问题的Application Loader版本

    解决方法

    1. 使用XCode 8 自带的Application Loader (3.6)。【已验证】

    启动方法是 XCode菜单 -> Open Developer Tool -> Application Loader

    Xcode里启动Application Loader

    Application Loader的版本是 3.6

    正常的版本

    2. 用Xcode 8直接上传,应该也是可以的。不过,由于通过Xcode上传经常出现网络错误,所以我已经放弃这个方法了。【已验证XCode8版本没问题,未验证XCode之前版是否有问题】

    相关文章

      网友评论

      • 招财小能手:再提供一个思路,我的情况是电脑磁盘空间满了,同样也是报这个错误。导出IPA同样出错,查看log发现是因为磁盘满了。整理出空间后,问题解决,可以直接从Xcode上传至App Store。
        谦言忘语:我这边也出现了,真的是磁盘空间不足。。。
        水瓶座阿斌:@王招财 不错,mac用久了确实容易出现空间不足的情况。
      • 冰land:谢谢楼主,很有效!!!
      • 余荣景:可以,解决问题了
      • 从小玩到大的青梅竹马:我的Xcode是最新的 系统也是最新的 但是还是出现这个问题。请问大神这个问题怎么解决呢?
      • huang_weijian:感谢楼主

      本文标题:上传ipa时遭遇错误:ERROR ITMS - 90167 No

      本文链接:https://www.haomeiwen.com/subject/pgtjyttx.html