Created
July 29, 2019 13:15
-
-
Save rintoandrews90/5471c5db2f2db5826f2d7e48b16569ed to your computer and use it in GitHub Desktop.
This file contains hidden or 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 -scheme schemename -workspace workspacename.xcworkspace/ build | |
xcodebuild -workspace workspacename.xcworkspace -scheme scheme name -destination generic/platform=iOS build | |
xcodebuild -workspace workspacename.xcworkspace -scheme scheme name clean archive -configuration debug -sdk iphoneos -archivePath ~/Downloads/archivename.xcarchive | |
xcodebuild -exportArchive -archivePath ~/Downloads/archivename.xcarchive -exportPath ~/Downloads -exportOptionsPlist ~/Downloads/ExportOptions.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment