-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The last version of CCBReader is not compatible with Cocos2d 2.1rc0 #3
Comments
I am getting the same issue, trying to use cocos2d-iphone via cocoapods and then importing the files manually. It might be good if both of cocoapods and CCBReader where tagged with the same version tag upon any releases, this would help make it clear which version will work together. edit: |
It seems that the v2_1 branch of CCBReader will work. But you have to use the develop branch of CocosBuilder. edit: |
Even the v2_1 branch is not compatible with cocos2d-iphone 2.1 rc0. |
Having same issue, in addition I have error in CCBAnimationManager.m - Use of undeclared identifier 'other' -(void) update: (ccTime) t |
@interface CCActionEase : CCActionInterval |
Hello,
I got some issues when since I added the last version of CCBReader with Cocos2D 2.1 rc0
in CCBAnimationManager.h
use "target" property instead of target
in CCScrollView
use "visible" instead of visible
use "grid" instead of grid
use "children" instead of children
in CCScale9Sprite
CCControlExtension/CCControl/Utils/CCScale9Sprite.m:30:17: Auto property synthesis will not synthesize property declared in a protocol
CCControlExtension/CCControl/Utils/CCScale9Sprite.m:571:26: Variable 'contentSize' is uninitialized when used within its own initialization
Use "contentSize" instead contentSize
Use "anchorPoint" instead anchorPoint
CCControlSwitch
"shaderProgram" <= shaderProgram
"texture" <= texture
"quad" <= quad
CCScale9Sprite.m
Incomplete implementation
Auto property synthesis will not synthesize property declared in a protocol
Thanks.
The text was updated successfully, but these errors were encountered: