Xcode Server ibtool Build Failures

后端 未结 3 967
情深已故
情深已故 2021-02-07 01:24

I have been investigating using Xcode Server for CI. I\'ve worked through some of the problems, but now have a problem that has stumped me.

The builds seem to work alrig

相关标签:
3条回答
  • 2021-02-07 02:01
    1. Clean your build folder. (using shift+alt+command+k).
    2. Clean your project. (using shift+command+k).

    Then build your project.

    0 讨论(0)
  • 2021-02-07 02:05

    My bot also seemed to get stuck with this error every time. Tried the reboot, keychain unlock, changing simulator device.

    Creating a new bot with the exact same configuration as my old one worked!

    0 讨论(0)
  • 2021-02-07 02:19
    1. Try reseting the Simulator : Simulator -> "Reset Content and Settings"
    2. See Test target X encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted

    Combination of 1. and 2. together with the server restart cleared up the problem for me.

    0 讨论(0)
提交回复
热议问题