Yves Le Borgne
- Total activity 263
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 68
-
Created 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... -
Created 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... -
Created 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... -
Created 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 ? -
Created 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...