Skip to content

Instantly share code, notes, and snippets.

@dobreandl
Created December 19, 2018 12:51
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 dobreandl/b4da993587cf598f851af437d7a7c397 to your computer and use it in GitHub Desktop.
Save dobreandl/b4da993587cf598f851af437d7a7c397 to your computer and use it in GitHub Desktop.
xcodebuild -workspace <your_project_name>.xcworkspace \
-scheme <your_desired_schema> -archivePath <path_of_the_archive>\
-configuration <your_desired_configuration> \
PROVISIONING_PROFILE=<the_name_of_the_provisioning_profile> \
archive -UseModernBuildSystem=YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment