更新xcode 或者操作系統報錯解決方式:
報錯信息如下:
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
Reason: image not found
git: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly!
git: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch
親測解決方案有效:
sudo xcode-select --switch /Library/Developer/CommandLineTools/
