Showing posts with label iphone dev. Show all posts
Showing posts with label iphone dev. Show all posts

Tuesday, September 01, 2015

Run iPhone simulator from command line (Xcode 6)

From the command line (terminal):


open "/Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app"


Or in newer versions:

open "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app"