Yves Le Borgne
- 活动总数 263
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 68
-
创建于 After dragging a class (.m/.h) from finder into a project's group, AppCode cant find it.
Hello folks, dunno if you have a similar issue. I am currently re-purposing a code base into a game, and i often add a complete module straight from finder into a project group. The file gets copie... -
创建于 Taming down a specific warning.
In CCNode (cocos version 1.0.1), i see the following line in various setters.isTransformDirty_ = isInverseDirty_ = YES;AppCode whines about the fact that we are "Using a '=' in a conditional". I re... -
创建于 build fails in AppCode, works in other IDE, no real clue as to what is going on
This morning, out of the blue, my build fails error code 65. Not a clue from the logs and messages as to where to look for the 'error'. Any suggestions ?Attachment(s):Screen Shot 2012-07-13 at 7.4... -
创建于 cocos2d 2.0 templates not showing in new project wizard.
nuf said. I just installed cocos2d-2.0 templates, they show up in Xcode 4.3.3 but not in the new project wizard of AppCode 1.5.6 (see attached screenshots) Any suggestions ? -
创建于 how to suppress some warnings
I am currently implementing an iOS app with cocos2D, and as part of that some of my classes implement a selector with a required parameter, as follows:-(void) sequenceStateSelectSkillByPlayer:(ccTi...