Created
August 14, 2012 08:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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