Skip to content

Instantly share code, notes, and snippets.

@sn00011
Created August 14, 2012 08:03
Show Gist options
  • Save sn00011/3347350 to your computer and use it in GitHub Desktop.
Save sn00011/3347350 to your computer and use it in GitHub Desktop.
Solution for iOS simulator on Mac OS X 10.7 (Lion) can't be found issue
#Suppose the Xcode (v4.3x) is installed at the default location, then:
## 1. Use this command to directly open it:
open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app
## 2. Create an alias for later quick access:
echo "alias ios-simulater='open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app'" >> ~/.bash_profile; source ~/.bash_profile
## 3. Find the app, in Finder, drag and drop it to the Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment