Quote:
Originally Posted by smasher
Nothing special about collision that should cause crashes. Is there an error message in the console?
Use NSLog messages or breakpoints and the debugger to figure out what line it's crashing on. That should give you a clue what the problem is. You should also run instruments to see if you're using too much memory- that will crash the app too.
|
How do i add those and where?
And.. i have checked the crash report and it says something like "image not found" or something....
What could this mean...?