GabLeRoux / example-pod-using-restkit

MIT License
0 stars 0 forks source link

error: SDK "iphonesimulator9.3" cannot be located in travis build #4

Open GabLeRoux opened 6 years ago

GabLeRoux commented 6 years ago

https://travis-ci.org/GabLeRoux/example-pod-using-restkit/builds/348243600#L1034

set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/example-pod-using-restkit.xcworkspace -scheme example-pod-using-restkit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
xcodebuild: error: SDK "iphonesimulator9.3" cannot be located.
The command "set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/example-pod-using-restkit.xcworkspace -scheme example-pod-using-restkit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty" exited with 64.
GabLeRoux commented 6 years ago

Related issue: https://github.com/travis-ci/docs-travis-ci-com/issues/1106

This comment https://github.com/travis-ci/docs-travis-ci-com/issues/1106#issuecomment-307207960 suggests that using xcode10.3 image will solve the problem 👍

GabLeRoux commented 6 years ago

See #5 for progress