Skip to content

Instantly share code, notes, and snippets.

@saas786
Forked from raghavgarg1257/xcarchive2ipa
Created April 24, 2020 10:59
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 saas786/dc35bc9a7afaac9976fccce2403ea32e to your computer and use it in GitHub Desktop.
Save saas786/dc35bc9a7afaac9976fccce2403ea32e to your computer and use it in GitHub Desktop.
To convert .xcarchive to .ipa | xcode 9
xcodebuild
-exportArchive
-exportOptionsPlist {PATH_TO_PROJECT_ROOT}/ios/build/info.plist
-archivePath {PATH_TO_ARCHIVE_MADE_USING_XCODE}/MyApp.xcarchive
-exportPath {PATH_TO_EXPORT_THE_APP}/MyApp.ipa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment