Xcode Server ibtool Build Failures

喜你入骨 提交于 2019-12-03 04:55:07

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!

Dusko Ojdanic
  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.

  1. Clean your build folder. (using shift+alt+command+k).
  2. Clean your project. (using shift+command+k).

Then build your project.

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