CocoaPods sample: build only for arm64 from command line
This commit is contained in:
committed by
Ilya Matveev
parent
6a49a29263
commit
9753fa6019
@@ -12,5 +12,4 @@ IOS_DIR="$DIR/ios-app"
|
|||||||
pod --project-directory="$IOS_DIR" install
|
pod --project-directory="$IOS_DIR" install
|
||||||
|
|
||||||
# Run Xcode to build the app.
|
# Run Xcode to build the app.
|
||||||
xcodebuild -sdk iphonesimulator12.1 -configuration Release -workspace "$IOS_DIR/ios-app.xcworkspace" -scheme ios-app
|
xcodebuild -sdk iphonesimulator -arch arm64 -configuration Release -workspace "$IOS_DIR/ios-app.xcworkspace" -scheme ios-app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user