Fix: xcodebuild: error: -destination implies architecture, -arch must not also be specified.
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -21,4 +21,4 @@ script: | @@ -21,4 +21,4 @@ script: | ||
21 | - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator -arch i386 build | 21 | - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator -arch i386 build |
22 | 22 | ||
23 | - pod install --project-directory=Tests | 23 | - 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 |
-
Please register or login to post a comment