Skip to content

Instantly share code, notes, and snippets.

@snatchev
Created May 31, 2011 02:41
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 snatchev/999779 to your computer and use it in GitHub Desktop.
Save snatchev/999779 to your computer and use it in GitHub Desktop.
Compiling an xcode project and running the iPhone Simulator from the command line
xcodebuild -activetarget -configuration Debug -sdk iphonesimulator4.2
/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -SimulateApplication path_to_your_app/YourFavouriteApp.app/YourFavouriteApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment