Reputation: 117
Is it possible to launch iPhone simulator from line command without using Xcode ?
Upvotes: 1
Views: 861
Reputation:
Command + Shift + H is the shortcut which does the work of the home button on the simulator. Use it and it takes it to the menu. If your app is already built, and hasnt been deleted, you find it there.
Upvotes: -1
Reputation: 73966
open `xcode-select --print-path`/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app
Upvotes: 2