I have 2 issues
1) when I run the code it will give me exc_bad_access in this line
Float32 peak = levels[0].mPeakPower;
2) when I run an animation it will give me this error and after that, the App crashes:
cocos2d: CCTexture2D. Can't create Texture. `UIImage` is nil
2011-08-02 12:38:14.921 AnimBear[596:207] cocos2d: Couldn't add
image:face.plist in CCTextureCache
How can I solve this?