-
-
Save kissarat/c1ce101c555c48fdb2fc77b87f6e2402 to your computer and use it in GitHub Desktop.
How to 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 -exportFormat ipa -archivePath {PATH}/MyApp.xcarchive -exportPath ~/Desktop/MyApp.ipa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment