Skip to content

Commit

Permalink
Update running-on-osx.md
Browse files Browse the repository at this point in the history
switching path for xcode-select to include Contents/Developer/
  • Loading branch information
twilly86 committed Oct 31, 2013
1 parent 4ee9e67 commit 6a7e0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-on-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ iOS 7.0 we use Xcode 5.We can do this by, say, having Xcode 5 at
`/Applications/Xcode.app`, and Xcode 4.6 and `/Applications/Xcode-4.6.app`.
Then we use the following command:

sudo xcode-select -switch /Applications/Xcode-4.6.app
sudo xcode-select -switch /Applications/Xcode-4.6.app/Contents/Developer/

To prepare for iOS 6.1 testing. We run it again with a different Xcode:

sudo xcode-select -switch /Applications/Xcode.app
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/

To go back to iOS 7.0 testing.

Expand Down

0 comments on commit 6a7e0de

Please sign in to comment.