Skip to content

Instantly share code, notes, and snippets.

@rvi
Last active December 30, 2015 07:29
Show Gist options
  • Save rvi/7796731 to your computer and use it in GitHub Desktop.
Save rvi/7796731 to your computer and use it in GitHub Desktop.
Build and Test iOS project.
pod install
xcodebuild -workspace MyApp.xcworkspace -scheme "MyAppTests" -destination=build -configuration Debug -sdk iphonesimulator7.0 ONLY_ACTIVE_ARCH=YES clean build test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment