Optimizing iOS App - Crash Log

Hi everyone,

i want to optimize my application and checked the crash log via organizer. 1 error appears 3 time and i don´t know, what i´m doing wrong. I have a quiz game, with 4 button. I think the problem is, that the value of the button is not given to "checkAnswer" in the correct order!? How can i solve this problem? Is it another problem?


Here is a screenshot of the crashlog:

http://www.trackquiz.com/test/screenshot1.png

Greetings from Korea

When I watched Log, maybe CALayer's retain count is 0. But Application requested that object.

So I think that check CALayer's retain Count.

C ya~;)

You need to symbolicate the crash log to see the exact line number that is causing the crash.

Optimizing iOS App - Crash Log
 
 
Q