bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 92 forks source link

Big Sur compatibility for "Copy remote url" #125

Open nightpool opened 2 years ago

nightpool commented 2 years ago

Trying to run "Copy Remote URL" on Big Sur gives me this error instead:

xcrun:/blob/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun/Users/nightpool/src/project/app/data_wrappers/page_data/base.rb

maybe related to https://github.com/SublimeGit/SublimeGit/issues/269 ?

nightpool commented 2 years ago

note: running xcode-select --install after upgrading seemed to fix my issues (even though git was working fine from the command line, sublime-git and sublime-github were the only two tools that seemed broken)

MaxPhilips commented 2 years ago

thanks for reporting, I have been using this plugin on Big Sur for some time and have not observed the same behavior. though, I have certainly upgraded xcode CLT many times and I assume that I've just done that before seeing the problem