Skip to content

Instantly share code, notes, and snippets.

@rintoandrews90
Created July 29, 2019 13:15
Show Gist options
  • Save rintoandrews90/5471c5db2f2db5826f2d7e48b16569ed to your computer and use it in GitHub Desktop.
Save rintoandrews90/5471c5db2f2db5826f2d7e48b16569ed to your computer and use it in GitHub Desktop.
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