Bamboo and xCode Bot solution

716 views Asked by At

Is there a solution to integrate an Apple Xcode Bot with Atlassian Bamboo CI ? Searched almost all day and found nothing. Any ideas would be good. Thanks

1

There are 1 answers

0
skitheo On

Currently the best solution appears to be to use the Bamboo "script" task to launch xcodebuild tasks as described in the David Hunt's comment in BAM-6149

However, to keep tests from failing with Test session exited(-1) without checking in. when run by the Bamboo remote agent, you must launch the agent from a plist in ~/Library/LaunchAgents/ by a logged-in user. A GUI context is required in order to run iphonesimulator8.x unit tests.