Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
themeEmacs
xcode-select --install


# For Xcode >= 8
cd /Applications/Xcode.app/Contents/Developer/usr/bin/
sudo ln -s xcodebuild xcrun
# note - in order to compile directly in Xcode 8 IDE, remove the xcrun symbolic link

...