marcostadeusc commented on issue #169:
URL: 
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/169#issuecomment-666879400


   > Thank you for upgrading to `[email protected]`. I had a feeling it 
wouldn't solve your issue at hand, but it does rule out the possibility.
   > 
   > I don't understand how the provided code relates to the errors you see in 
the xcode debug logs. You're hitting into a native exception, which generally 
would only be produced by some faulty native code. From the stacktraces, it 
isn't clear on the exact source of the problem.
   > 
   > Here are a couple of things you can do to try to identify more precisely 
where the issue lies:
   > 
   > 1. If the provided sample code produces the issue, then try to find which 
line specifically triggers the problem. e.g, does the problem go away if you 
comment out `$rootScope.$broadcast("refreshMenu");`?
   > 2. Due the nature of the error, which appears to be around laying out 
native UI, focus on plugins that generates/layout native UIs for you. You can 
try temporarily uninstalling the plugin or commenting out code that uses the 
plugin to determine if the problem goes away.
   > 
   > Of course, these suggestions won't solve the problem in itself, but 
hopefully will point us in the right direction. I'm not confident that this 
issue is within the Cordova codebase. I do think it is likely there there is 
some incompatibility with a installed plugin that you may need to update, or 
report to the package maintainers.
   
   I have tried the plugin on issue #55 but still getting these erros. I guess 
the main problem is that lines erros below:
   
   ```
   2020-07-30 11:44:20.879950-0300 App Name[834:257875] Could not signal 
service com.apple.WebKit.WebContent: 113: Could not find specified service
   2020-07-30 11:44:20.882349-0300 App Name[834:257875] Could not signal 
service com.apple.WebKit.Networking: 113: Could not find specified service
   2020-07-30 11:44:20.886586-0300 App Name[834:257875] Could not signal 
service com.apple.WebKit.WebContent: 113: Could not find specified service
   2020-07-30 11:44:20.889842-0300 App Name[834:257875] Could not signal 
service com.apple.WebKit.Networking: 113: Could not find specified service
   ```
   
   But I didn't find out how to solve this, since I tried something people 
already did and for them it's useful. But for me, it's useless.
   
   This line you have commented it's just some method that is calling to 
redirected from login page into main page. If helps, there are more plugins 
that aren't listed yet in this issue. I didn't mention it because I thought it 
wouldn't be helpful, since them don't act directly in this case. But if helps, 
I can bring them to this discussion.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to