Skip to content

Instantly share code, notes, and snippets.

@colejd
Created January 5, 2021 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colejd/0abdab553149fdaeb875d9584aa9c8d2 to your computer and use it in GitHub Desktop.
Save colejd/0abdab553149fdaeb875d9584aa9c8d2 to your computer and use it in GitHub Desktop.
echo "Building for iOS..."
xcodebuild archive \
-sdk iphoneos IPHONEOS_DEPLOYMENT_TARGET=9.0 \
-arch armv7 -arch arm64 \
BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
-scheme "ExampleLibrary" \
-archivePath "./build/iphoneos/ExampleLibrary.xcarchive" SKIP_INSTALL=NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment