Skip to content

Instantly share code, notes, and snippets.

@litoarias
Last active February 6, 2022 23:01
Show Gist options
  • Save litoarias/e06b52c710930691949e90a4bead9606 to your computer and use it in GitHub Desktop.
Save litoarias/e06b52c710930691949e90a4bead9606 to your computer and use it in GitHub Desktop.
Archive framework
xcodebuild archive -quiet \
-scheme {scheme_name} \
-sdk [ iphoneos | iphonesimulator | macosx MACOSX_DEPLOYMENT_TARGET=11.0 | ...] \
-archivePath {path_to_archvie} \
BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
SKIP_INSTALL=NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment