iOS Question debug mode very slow with a message

tufanv

Expert
Licensed User
Longtime User
Hello

My app runs very slow on debug mode and while slowing down it gives everytime the same log

B4X:
void SendDelegateMessage(NSInvocation *): delegate (webView:decidePolicyForNavigationAction:request:frame:decisionListener:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode

no problems in release mode. What does this means ?
 
Top