Skip to content

Instantly share code, notes, and snippets.

@onmyway133
Last active August 29, 2015 14:03
Show Gist options
  • Save onmyway133/e5b3ed989a3c3fd8a2fa to your computer and use it in GitHub Desktop.
Save onmyway133/e5b3ed989a3c3fd8a2fa to your computer and use it in GitHub Desktop.
Xcode Select
// 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