Update iOS travis to make it pass (#133)

Summary:
It updates the `xcodebuild` command with the sdk argument
Closes https://github.com/facebook/Sonar/pull/133

Reviewed By: danielbuechele

Differential Revision: D8732525

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 3aafa44cf00f49e507246ec25329a58749025cb4
This commit is contained in:
Pritesh Nandgaonkar
2018-07-04 09:23:46 -07:00
committed by Facebook Github Bot
parent 5163f8b9a3
commit c3286b7f85
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
os: osx os: osx
osx_image: xcode9.3 osx_image: xcode9.4
matrix: matrix:
include: include:
@@ -58,4 +58,5 @@ matrix:
script: script:
- cd iOS/Sample - cd iOS/Sample
- xcodebuild clean build -workspace Sample.xcworkspace -scheme Pods-Sample -sdk iphonesimulator11.2 - xcodebuild -showsdks
- xcodebuild clean build -workspace Sample.xcworkspace -scheme Pods-Sample -sdk iphonesimulator11.4

View File

@@ -83,7 +83,6 @@ target 'MyApp' do
end end
end end
end end
``` ```
and install the dependencies by running `pod install`. When you open the Xcode workspace file for your app, you now can import and initialize Sonar in your AppDelegate. and install the dependencies by running `pod install`. When you open the Xcode workspace file for your app, you now can import and initialize Sonar in your AppDelegate.