经过对整个macOS的升级,发现原来的Cocos2d-x4.0可编译的工程,无法运行。
Xcode错误提示
mac cocos2d-x 4 Showing All Messages unable to find sdk '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk'
解决办法
确认SDK是否存在
确认该路径是否有可用的SDK版本,具体路径如下:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
Xcode中做SDK设定
重新编译解决问题。
如果还出现其他的问题,按提示解决即可。例如重新设置新的SDK对应的库文件,都要在该项目中重新设置。