Xcode iPhone Simulator location

I keep on forgetting the location of iPhone Simulator.app (I know, you can access it from within XCode, but that’s not always running when developing a website). Placing it here not to forget it anymore (and to find it back via Google):

XCODE 4.3 and XCODE 5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app

XCODE 4
/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app

Pro-tip, place a link in your Applications to the simulator using ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app /Applications/iPhone\ Simulator.app. That way the app will also be available from QuickSilver/Alfred 😉

Did this help you out? Like what you see?
Consider donating.

I don’t run ads on my blog nor do I do this for profit. A donation however would always put a smile on my face though. Thanks!

☕️ Buy me a Coffee ($3)

Published by Bramus!

Bramus is a frontend web developer from Belgium, working as a Chrome Developer Relations Engineer at Google. From the moment he discovered view-source at the age of 14 (way back in 1997), he fell in love with the web and has been tinkering with it ever since (more …)

Unless noted otherwise, the contents of this post are licensed under the Creative Commons Attribution 4.0 License and code samples are licensed under the MIT License

Join the Conversation

7 Comments

  1. NOTE: They’ve renamed “iPhone Simulator” to “iOS Simulator” so this terminal command doesn’t work anymore. You can still go into the folder manually (the path is provided in that terminal command) and just right click and select “Make Alias” and put the alias/shortcut wherever you want (like in your Applications folder).

  2. Xcode 4.3:

    ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app /Applications/iPhone\ Simulator.app

  3. This works for Xcode 5.0:

    ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app /Applications/iOS\ Simulator.app

Leave a comment

Leave a Reply to zourtney Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.