- mac, osx 10.9, 新建项目打开ios工程,编译报错
clang: error: no such file or directory: ‘/Users/Documents/Work/cocos2d-x/extensions/GUI/CCTextField/UITextField.cpp’
clang: error: no input files
在xcode里移除 红色的 extensions/GUI/CCTextField/UITextField.cpp 和 .h 后重新添加,解决问题
- mac rmbp15, osx 10.9, player 默认的分辨率是 1920*1280,窗口大于屏幕尺寸,按钮都显示不出来