Skip to content

Commit d41bfaf

Browse files
committed
Fix: xcodebuild: error: -destination implies architecture, -arch must not also be specified.
1 parent 6c29c8b commit d41bfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ script:
2121
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator -arch i386 build
2222

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

0 commit comments

Comments
 (0)