Cocos2d 0.8.2 Please Help!

Posted by techy on Stack Overflow See other posts from Stack Overflow or by techy
Published on 2010-01-14T00:05:16Z Indexed on 2010/04/05 21:03 UTC
Read the original article Hit count: 273

Filed under:
|

I am switching from cocos2d 0.7.2 to 0.8.2 for cocosdenshion, but now i get 7 errors!

Undefined symbols:
"_OBJC_IVAR_$_TransitionScene.inSceneOnTop", referenced from:
_OBJC_IVAR_$_TransitionScene.inSceneOnTop$non_lazy_ptr in PageTurnTransition.o
"_inflateEnd", referenced from:
_inflateMemory_ in ZipUtils.o
_inflateMemory_ in ZipUtils.o
_inflateMemory_ in ZipUtils.o
"_OBJC_IVAR_$_CocosNode.anchorPoint_", referenced from:
_OBJC_IVAR_$_CocosNode.anchorPoint_$non_lazy_ptr in BitmapFontAtlas.o
"_inflate", referenced from:
_inflateMemory_ in ZipUtils.o
"_OBJC_IVAR_$_CocosNode.position_", referenced from:
_OBJC_IVAR_$_CocosNode.position_$non_lazy_ptr in ParallaxNode.o
"_inflateInit2_", referenced from:
_inflateMemory_ in ZipUtils.o
"_OBJC_IVAR_$_CocosNode.contentSize_", referenced from:
_OBJC_IVAR_$_CocosNode.contentSize_$non_lazy_ptr in BitmapFontAtlas.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

Please help

© Stack Overflow or respective owner

Related posts about cocos2d

Related posts about errors