Skip to content

Instantly share code, notes, and snippets.

@raghavgarg1257
Forked from samma835/xcarchive2ipa
Last active January 29, 2021 21:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save raghavgarg1257/78d99902cc57325bea3e7728b577927f to your computer and use it in GitHub Desktop.
Save raghavgarg1257/78d99902cc57325bea3e7728b577927f 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