Continuous integration with the Xcode Bots server

I get this error when trying to use the Xcode bot to integrate for unit tests:

Integration failed. Unexpected error while building. See the integration logs for more details.

I could not understand the meaning of magazines. They have largely spit out any error in the system, regardless of whether they are connected or not.

I am using a remote repository from Github, currently testing only one device. I am .gitignore using standard elements from Xcode.

Here are the most relevant log messages I could find:

'2014-01-01 10:03:04.195 xcodebuild[19150:100b] Error opening /var/teamsserver/Library/Logs/iOS Simulator/iOS Simulator.log'

Symbols directory specified does not exist at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Resources/sync_ddi line 17.

xcodebuild: error: No destinations were specified with the -destination flag which were valid for the specified scheme 'MyTestsScheme'.

The last one was the third. This seems to be the same direct relationship. Any ideas?

+4
source share
4 answers

, , . , " ", "", "none" .app .

+7

, " ", , (, iOS 7.1 iPad).

+1

-, ,

xcodebuild - :

test -destination OS=7.0.4,name=iPhone

, , , , git repo... google, .

0

I am facing the same problem. But your solution did not work for me. I got it by checking the Parallelize Assembly option in the Build element of the circuit.

0
source

All Articles