Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
cordova@7.0.0, 7.0.1
-
None
-
Ipad IOS 10.1, XCode 8.3.2, MacOSX 10.4.2
Description
I simply created a Demo App doing:
cordova create wkwvtest my.project.id wkwvtest
cd wkwvtest
cordova platform add ios@4
cordova plugin add cordova-plugin-wkwebview-engine
cordova build ios
then I switched to XCode (die the necessary settings) and started the App
2017-06-01 17:22:07.213962 Cordova Vector ICL[6276:1743536] Apache Cordova native platform version 4.4.0 is starting.
2017-06-01 17:22:07.214937 Cordova Vector ICL[6276:1743536] Multi-tasking -> Device: YES, App: YES
2017-06-01 17:22:07.221548 Cordova Vector ICL[6276:1743536]
Started backup to iCloud! Please be careful.
Your application might be rejected by Apple if you store too much data.
For more information please read "iOS Data Storage Guidelines" at:
https://developer.apple.com/icloud/documentation/data-storage/
To disable web storage backup to iCloud, set the BackupWebStorage preference to "local" in the Cordova config.xml file
2017-06-01 17:22:07.302304 Cordova Vector ICL[6276:1743536] CDVWKWebViewEngine will reload WKWebView if required on resume
2017-06-01 17:22:07.302388 Cordova Vector ICL[6276:1743536] Using WKWebView
2017-06-01 17:22:07.302835 Cordova Vector ICL[6276:1743536] [CDVTimer][handleopenurl] 0.169992ms
2017-06-01 17:22:07.304802 Cordova Vector ICL[6276:1743536] Unlimited access to network resources
2017-06-01 17:22:07.304941 Cordova Vector ICL[6276:1743536] [CDVTimer][intentandnavigationfilter] 2.019048ms
2017-06-01 17:22:07.305138 Cordova Vector ICL[6276:1743536] [CDVTimer][gesturehandler] 0.114977ms
2017-06-01 17:22:07.315879 Cordova Vector ICL[6276:1743536] [CDVTimer][statusbar] 10.645986ms
2017-06-01 17:22:07.315994 Cordova Vector ICL[6276:1743536] [CDVTimer][TotalPluginStartup] 13.355970ms
Cordova Vector ICL(6276,0x1ac3efc40) malloc: *** error for object 0x1780b4160: pointer being freed was not allocated
-
-
- set a breakpoint in malloc_error_break to debug
-