Skip to content

Instantly share code, notes, and snippets.

@kentbrew
Last active January 3, 2016 10:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentbrew/8449779 to your computer and use it in GitHub Desktop.
Save kentbrew/8449779 to your computer and use it in GitHub Desktop.
Finding the iPhone Simulator

Finding the iPhone Simulator

I keep blowing it and undocking the simulator and arrgh, where did it go?

Search for:

  • iPhone simulator.
  • ipad simulator
  • ios simulator
  • emulator

... and nothing.

A clue:

http://www.bram.us/2010/05/05/xcode-iphone-simulator-location/

Start digging here:

  • Finder
  • Applications
  • XCode (don't double-click; this will run XCode, which will be disappointing)
  • Show Contents
  • Contents
  • Developer
  • Platforms
  • iPhoneSimulator.platform
  • Developer
  • Applications
  • iOS Simulator
  • Double-click to start

In Dock, right-click, Options, Keep In Dock

@kentbrew
Copy link
Author

kentbrew commented Mar 2, 2014

This may have been overcome by events in Xcode under Mavericks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment