ios - Xcode 6: Semantic issues while compiling cocos2d-x project -
recently working on new project on xcode 6 cocos2d-x 3.6
i created cocos2d-x project using terminal , followed steps of tutorials below:
https://www.youtube.com/watch?v=qxqgsnuf9cc
obviously, tutorial not using xcode 6.
sorry screen capture because can't explain error
my imac os x yosemite.
please me fix errors
thanks.
matthew
looks warning, not error. can avoid warning renaming variables passed argument, like
point(double x_, double y_) : x{x_}, y{y_} {}
Comments
Post a Comment