Last active
August 29, 2015 14:03
-
-
Save onmyway133/e5b3ed989a3c3fd8a2fa to your computer and use it in GitHub Desktop.
Xcode Select
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
// Xcode 6 Beta to use Swift REPL | |
sudo xcode-select -switch /Applications/Xcode6-Beta.app/Contents/Developer | |
xcrun swift | |
lldb --repl | |
// Xcode 5 | |
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment