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

Dependencies of cocos2d-x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

halx99 opened this issue · comments

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

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

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