Skip to content

Instantly share code, notes, and snippets.

@Artistan
Last active September 10, 2020 02:32
Show Gist options
  • Save Artistan/aa70650970964e1cc8866deec0452959 to your computer and use it in GitHub Desktop.
Save Artistan/aa70650970964e1cc8866deec0452959 to your computer and use it in GitHub Desktop.
Using xcode beta in MacOS Big Sur 11.0

Beta Install

ruby

rbenv install 2.6.2
rbenv global 2.6.2

find the xcode path

xcrun --show-sdk-path

symlink to /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

sudo mkdir -v /Library/Developer/CommandLineTools/SDKs/
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

vagrant-parallels

sudo vagrant plugin install vagrant-parallels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment