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.