Problems in my first Cocos2d application for iPhone?

51 Views Asked by At

I'm a beginner of iOS and Cocos2d. I've just integrated Cocos2d 2.1 with xcode 4.2 and using mac os 10.7.3. Just created my first sample application for Cocos2d and I've not written any single line of code but showing error. The errors are like..

enter image description here enter image description here

Please help me to solve this.

1

There are 1 best solutions below

3
On

So that's Cocos2D code that's not compiling?

It looks like they forgot to #import <CoreText/CoreText.h> or one of their own header files. Is this a release version of the code?