Yos Ra
Yos Ra

Reputation: 117

Launch iPhone simulator without Xcode

Is it possible to launch iPhone simulator from line command without using Xcode ?

Upvotes: 1

Views: 861

Answers (2)

user2342700
user2342700

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

Jim
Jim

Reputation: 73966

open `xcode-select --print-path`/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app

Upvotes: 2

Related Questions