Created
March 30, 2018 14:07
-
-
Save Bruno-Furtado/2f965191b2845db99d5fa48599ad88b2 to your computer and use it in GitHub Desktop.
Convert Xcarchive to IPA
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 | |
-exportArchive | |
-exportOptionsPlist {PATH_TO_PROJECT_ROOT}/ios/build/info.plist | |
-archivePath {PATH_TO_ARCHIVE_MADE_USING_XCODE}/App.xcarchive | |
-exportPath {PATH_TO_EXPORT_THE_APP}/App.ipa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment