Xcode 9 crash during uploading app to App Store

本小妞迷上赌 提交于 2019-12-04 07:05:19

After struggling with Xcode 9 for many days and having tried so many things icluding some mentioned here. I ended up

  1. Download and install Xcode 8.3.3 ( Always keep the older version, lesson for life )
  2. Archive the app with Xcode 9
  3. Open Xcode 8.3.3, open Organizer and submit the app

This works. Good luck.

Update: Xcode 9.0.1 and Xcode 9.1 beta doesn't fix the issue.

I just solved the problem.

I have the same problem with Xcode Version 9.0.1 (9A1004).

First of all, check your problem is exactly same as mine.

  1. To do this, open Terminal and put 'xattr' command and Enter.
  2. If you can see kinda 'Permission denied' error message, fortunately you are just same as mine.
  3. Now you can solve the problem by putting this one line command.

sudo chown -R $USER:$(id -g) /Library/Python/2.7/site-packages/protobuf-3.2.0-py2.7.egg/EGG-INFO/

so you can do 'Upload to Appstore' or 'Export IPA'.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!