@Sujan12, the app really crashes when launched normally.
And it just hangs on the loading splashscreen when run from xcode, being stuck at that “breakpoint”.
Is it possible that it’s only the Beta of IOS11 that brings problem?
This beta doesn’t seem very stable, I don’t want to spend countless hours trying to debug something I have no control over. Even more since I am very bad at using xcode, I only use it to build my .ipa
Is there any xcode expert here who could help out with this issue?
Isn’t the WKWebView plugin necessary to make an ionic app working on iphone?
Or did I misunderstand its purpose?
I checked on xcode a bit more where this breakpoint are coming from, seems like they are coming from almost all my js libraries and plugins… don’t know if it’s really helping.
I don’t know much about Ionic v1, but WKWebView is an alternative webview to the one Cordova brings. It may be faster and better in some aspects, but not necessary.
Well, seems like WKWebView plugin was the faulty one here!
It does break on IOS11. Thanks a lot for pointing it out @Sujan12 !
I can get back to development, but I’m still wondering if removing it won’t lower the performance of my app in some ways… I’ll have to investigate on it.
Definitely also have a look at the issue of the plugin - there is active development going on there as this should one day become default, so information like this breaking for you is important.
Hi @pierro - I’m wondering where you netted out on this issue? I’m also seeing this wkwebview error when testing the app on ios11 simulator. Thanks in advance.
Ha, thanks. I just updated the plugin to the latest version and my issue went away. WkWebView definitely has performance improvements that I didn’t want to lose.