Skip to content

Commit

Permalink
Fix: xcodebuild: error: -destination implies architecture, -arch must…
Browse files Browse the repository at this point in the history
… not also be specified.
  • Loading branch information
bpoplauschi committed Mar 17, 2015
1 parent 6c29c8b commit d41bfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,4 +21,4 @@ script:
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator -arch i386 build

- pod install --project-directory=Tests
- xcodebuild -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -arch i386 -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test
- xcodebuild -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test

0 comments on commit d41bfaf

Please sign in to comment.