Problem arise with continuous integration when try to run bot on device.
Test target
MyAppTests
encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted)
Do you know why it happens? Any ideas?
The following worked for me.
I don't know if some of the steps can be skipped, so I'm posting all of it.
sudo gem update cocoapods
.My integrations did an upgrade afterwards and the errors you mentioned were gone.
I should mention that on my bots I have a pre-Integration Script that re-installs all of my CocoaPods on server. I also clean solution before each build.
Upgrade OS X to latest version.
You might get away with upgrading to your minimum target OS version of your app. This might be the reason for your UI test failures. I traced my logs and found the output folder for the Bot. The app was not launch-able as the target OS version was greater than the server itself.
Troubleshooting Xcode Server user is "disconnected".
I had an issue where the user was "Disconnected" and the Xcode service on the user session was hanging on "Refreshing".
I had to re-select Xcode in the server app and create a new Xcode Server user for unit testing. The problem went away immediately after that. If someone knows how to fix the existing user, please let me know.