I receive the following error message in my debugger console:
bool _WebTryThreadLock(bool), 0x7400460: Multiple locks on web thread not allowed! Please file a bug. Crashing now...
This occurs when I:
- Load an UIViewController
- Load an UIWebView from within this UIViewController
- Then I push a second UIViewController from the first UIViewController
- Load a second UIWebView from within the second UIViewController
I believe this has something to do with access to the UIWebView resource, but I´m really not sure.
Can anyone help me with this error?