iphone - objc[989] objc_exception_throw failed -


I was just adding some more CCS impressions to a CCLer and it has crashed into giving me an error: objc [9 8] 9] objc_exception_thow failed Do you have a limit on the amount of CCSprites on the screen or on some things? I've already done CCSprites with CCSprites announced in the interface:

  L1Circle1 = [CCSprite spriteWithFile: @ "LaserCircle.png"]; [L1Carch set 1 set: CCP (180,180)]; [Self Combined: L1Circle1];  

What am I doing wrong?

Oh, stupid me. I fixed. I forgot to put "LaserCircle.png" in my resources. That's why the reason for putting pictures in your resources.

Extensions: I'm getting these errors like most likely that you do not have that resource or selector ... You can only get specific problems by scrolling and a little bit in the output log and it tells That's where the problem occurred.


Comments