Xcode crashing when fetching team list

后端 未结 7 1697
臣服心动
臣服心动 2021-01-02 04:59

So basically Xcode 6.1 is crashing whenever it\'s trying to get team list. From the general tab in the main screen, when trying to submit the app to iTunes, trying to valida

7条回答
  •  一生所求
    2021-01-02 05:28

    We find a solution.

    You could use Shenzhen. This is a command line util developed by Mattt Thompson.

    Install:

    $ gem install shenzhen
    

    If you see permission errors, you can execute the command with sudo

    After install, go to project folder and:

    $ ipa build
    

    Before, you need to configure your build settings on the XCode Project like usual.

    More info and examples here: https://github.com/nomad/shenzhen

    These save my day, I hope the same for you :)

提交回复
热议问题