Terminated xcodebuild since it produced no output for too long

前端 未结 4 1643
面向向阳花
面向向阳花 2021-02-13 20:15

I\'ve updated to the new Xcode 6.1 and server 4.0. I was able to get continuous integration on the simulators but not the devices in the previous version. Now that I\'ve updated

4条回答
  •  借酒劲吻你
    2021-02-13 21:13

    In my case, we use Crashlytics in our project, which contains a run script to run Crashlytics framework after build:

    ./Crashlytics.framework/run xxxxxxxxxxxxxxxxxxxxxxxxxx
    

    This script will hang the Xcode server bot.

    After removing the script (or create another scheme without any run script for Xcode server bot), it works again.

    Watch out any run script in your project scheme.

提交回复
热议问题