Hello All,
Can someone provide more insight about this error message?
When I run my code on Jenkins slave(mac),it's throwing the following error:
xcodebuild[3082:4342631] [MT] iPhoneSimulator: Could not launch simulator: -600
xcodebuild: error: Failed to build workspace Myproject with scheme Myproject.
Reason: The operation couldn’t be completed. (OSStatus error -600.) Build step 'Execute shell' marked build as failure.
Here is my script:
xcodebuild \
-workspace Myproject.xcworkspace \
-scheme Myproject \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPad Air 2,OS=9.2' \
test
FYI:it's working well on my local.