Guest User

Untitled

a guest
Dec 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. xcodebuild -workspace <your_project_name>.xcworkspace \
  2. -scheme <your_desired_schema> -archivePath <path_of_the_archive>\
  3. -configuration <your_desired_configuration> \
  4. PROVISIONING_PROFILE=<the_name_of_the_provisioning_profile> \
  5. archive -UseModernBuildSystem=YES
Add Comment
Please, Sign In to add comment