How to interpret Objective-C errors?

Posted by Greg Maletic on Stack Overflow See other posts from Stack Overflow or by Greg Maletic
Published on 2010-05-12T00:48:39Z Indexed on 2010/05/12 0:54 UTC
Read the original article Hit count: 252

Filed under:
|

I'm getting the following error:

2010-05-11 17:46:28.475 MyApp[54112:5e1b] bool _WebTryThreadLock(bool), 0x140faa0: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit from a secondary thread. Crashing now...

Is there any way for me to figure out where [54112:5e1b] is in my code, so I can try to narrow down the error?

Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about debugging