cocos2d / cocos2d-x-3rd-party-libs-src

Dependencies of cocos2d-x.
142 stars 169 forks source link

[HelpDesk] xcode-11.1 need 'sudo xcode-select -s /Applications/Xcode.app/Contents/Developer' #181

Open halx99 opened 5 years ago

halx99 commented 5 years ago

to make sure build.sh works well with xcode, need run follow command: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

minggo commented 5 years ago

Yep, i met the issue too. Did you know if there is any side effect if the Xcode version is not 11.1+?

halx99 commented 5 years ago

I have not test, I just upgrade our xode to 11.1, then requires run the above command for build.sh works well.