Created
December 3, 2017 09:13
-
-
Save sandeeplearner/ba2bec7a188bb1eba4d5d37410248ff5 to your computer and use it in GitHub Desktop.
Xcodebuild command to build test targets
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 test -workspace your_project.xcworkspace/ -scheme Your_project_schema -destination 'platform=iOS Simulator,name=iPhone X,OS=11.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment