Last active
February 6, 2022 23:01
-
-
Save litoarias/e06b52c710930691949e90a4bead9606 to your computer and use it in GitHub Desktop.
Archive framework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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