Open codynguyen opened 11 years ago
Hey Cody,
We haven't test the CocosBuilder yet, but its a good time to do it. Give me some time I will check it out.
Best,
JK
Thanks JK, I really appreciate it :+1:
A quick update Cody!
We are working in support for CocosBuilder :)
Great! thanks for the update Juan.
—
Cody Nguyen
Lead Web Consultant
Vinova Pte. Ltd | vinova.sg (http://www.vinova.sg)
On Tuesday, November 12, 2013 at 11:06 AM, Juan Jose Karam wrote:
A quick update Cody! We are working in support for CocosBuilder :)
— Reply to this email directly or view it on GitHub (https://github.com/rubymotion/Joybox/issues/52#issuecomment-28266404).
Hi,
I'm working on a project with CocosBuilder integration. Code connection from a CCBI file to a ruby class is OK. The only problem is CCBReader cannot link variable from CCBI files to the ruby class:
CCBReader: Couldn't find member variable: nodeCredit
The code that failed
I suspect the problem comes from how CCBReader retrieve Ivar from another class:
Ivar ivar = class_getInstanceVariable([target class],[memberVarAssignmentName UTF8String]);
. Below is the suspected code:Kindly help with this. Thanks!