Xcode 9 Continuous Integration with xcworkspace (CocoaPods)

357 Views Asked by At

I'm trying to set up a Continuous Integration Environment with the build in Xcode Server using Xcode9-beta. I successfully set up the server and running it on my local Mac. After setting up the server I created a Xcode Bot, but when I want to integrate the bot I get the error:

Assertion: Failed to build workspace BandDiscoverer with scheme <botname>.

Workspace BandDiscoverer.xcworkspace is in the repository. I think it has something to do with the CocoaPods I use, but I can not find any solution.

Update:

enter image description here

0

There are 0 best solutions below