I am getting this error message in the console, while I am trying to load a HTML page in UIWebView
?
"void SendDelegateMessage(NSInvocation*): delegate failed to return after waiting 10 seconds. main run loop mode: UITrackingRunLoopMode If you were not using the touch screen for this entire interval (which can prolong this wait), please file a bug.". When I am debugging my code and wait wait for several second before clicking continue at this method:
- (void)webViewDidFinishLoad:(UIWebView *)webView
{
// finished loading, hide the activity indicator in the status bar
[self parseXMLFileAtURL:mPath];
}