Skip to content

Instantly share code, notes, and snippets.

@polok
Created February 9, 2022 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polok/5100e5419a3ceb192939e16b120772b2 to your computer and use it in GitHub Desktop.
Save polok/5100e5419a3ceb192939e16b120772b2 to your computer and use it in GitHub Desktop.
[TERMINAL] xcodebuild build-for-testing
xcodebuild \
build-for-testing \
-workspace XXX.xcworkspace \
-scheme XXX_SCHEME \
-destination 'platform=iOS Simulator,name=iPhone 11' \
-derivedDataPath ./build/iOS/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment