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

http://goo.gl/iyf3uc

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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -