objective c - Adding CoCosDenshion to exsiting project -
i'm trying add cocosdenshion existing project i've created i'm getting following error within cocosdenshion.m file
"ccfileutils.h" file not found
when find file , add more linker errors.
i've added using 2 tutorials both suggest same thing.
i'm using cocos2d-iphone folder extract it.
i'm supporting arm (-fno-objc-arc) & adding necessary libraries (audiotoolbox.framework, openal.framework, avfoundation.framework).
can me out here, can tell i'm going wrong? (spent 2 days trying add cocosdenshion project..)
unfortunately cocosdenshion
not support of arc far. have specify not compile cocosdenshion
files via arc. go targets->build phases->compiles sources find specific file want remove arc it, once find file double click on , add -fno-objc-arc
flag.
Comments
Post a Comment