cocos2d / CocosBuilder

CocosBuilder, the visual editor for cocos2d
forum.cocos2d-objc.org
Other
1.01k stars 594 forks source link

Where is fresh CCBReader #268

Closed AlexanderBykin closed 11 years ago

AlexanderBykin commented 11 years ago

Hi.

Have this error: CCBReader: Incompatible ccbi file version (file: 5 reader: 4)

at ios project, where can i find fresh version of CCBReader ?

Trying to use all i can find at repo, but no luck, anyway error.

Thanks.

vlidholt commented 11 years ago

The additions for CCBReader should now have been merged into the cocos2d-iphone develop-v2 branch. You will also need to update the submodules. Updates have not yet been made to cocos2d-x and cocos2d-html5, but are scheduled for the next few weeks.

Best, Viktor

From: Alexander Shniperson notifications@github.com<mailto:notifications@github.com> Reply-To: cocos2d/CocosBuilder reply@reply.github.com<mailto:reply@reply.github.com> Date: Thursday, February 28, 2013 11:27 PM To: cocos2d/CocosBuilder CocosBuilder@noreply.github.com<mailto:CocosBuilder@noreply.github.com> Subject: [CocosBuilder] Where is fresh CCBReader (#268)

Hi.

Have this error: CCBReader: Incompatible ccbi file version (file: 5 reader: 4)

at ios project, where can i find fresh version of CCBReader ?

Trying to use all i can find at repo, but no luck, anyway error.

Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/cocos2d/CocosBuilder/issues/268.

musehu commented 11 years ago

Hi~ i have another problem...

CCBReader: Incompatible ccbi file version (file: 4 reader: 5)

in my project, the "CCBReader.h" has the "#define kCCBVersion (5)" , so, Which version of CocosBuilder can publish the file version (5) of ccbi ?

All the Best, Steven

petroslafaz commented 11 years ago

I had the same problem, and I fixed it by using the develop branch of CocosBuilder.

pierrepaullavoie commented 11 years ago

Looks like #278 might help.