App does not start when running scripts through xcode bots

I can't seem to get my app to initialize through XCode bots.

The bots start the test and the device attempts to run them, but the app shows a black screen with only the battery icon visible.

The first test will fail due to a timeout and the rest will fail saying a previous test has not finished.

The tests run fine through Xcode however.

Any ideas?

Replies

Has the user account in which the tests will be running accepted the Xcode terms and conditions?

Is there a way to check if I have? I've looked online and I tried building through command line to see if it'll prompt me for the Terms and Conditions agreement, but it just built normally. I don't really remember accepting any terms and conditions, but I've been running XCode normally fine.