microsoft / cordova-plugin-code-push

Cordova plugin for CodePush
http://appcenter.ms
Other
643 stars 333 forks source link

IOS - Failed to load webpage with error: Frame load interrupted #561

Open kimnamcham opened 5 years ago

kimnamcham commented 5 years ago

code push 1.11.20. When i update package and restart app, it's show dialog error, anyone have fixed this ?

=================================================================
Main Thread Checker: UI API called on a background thread: -[WKWebView loadFileURL:allowingReadAccessToURL:]
PID: 9521, TID: 926019, Thread name: (none), Queue name: com.apple.root.default-qos, QoS: 0
Backtrace:
4   TEMO                                0x000000010f650fc3 -[CDVWKWebViewEngine(CodePush) loadRequest:] + 1539
5   TEMO                                0x000000010f649d95 -[CodePush loadURL:] + 149
6   TEMO                                0x000000010f649cb1 -[CodePush loadPackage:] + 129
7   TEMO                                0x000000010f647ed8 __20-[CodePush install:]_block_invoke + 568
8   libdispatch.dylib                   0x00000001140d1d7f _dispatch_call_block_and_release + 12
9   libdispatch.dylib                   0x00000001140d2db5 _dispatch_client_callout + 8
10  libdispatch.dylib                   0x00000001140d57b9 _dispatch_queue_override_invoke + 1022
11  libdispatch.dylib                   0x00000001140e3632 _dispatch_root_queue_drain + 351
12  libdispatch.dylib                   0x00000001140e3fca _dispatch_worker_thread2 + 130
13  libsystem_pthread.dylib             0x00000001144bb6dd _pthread_wqthread + 619
14  libsystem_pthread.dylib             0x00000001144bb405 start_wqthread + 13
2019-08-11 07:47:37.957667+0700 TEMO[9521:926019] [reports] Main Thread Checker: UI API called on a background thread: -[WKWebView loadFileURL:allowingReadAccessToURL:]
PID: 9521, TID: 926019, Thread name: (none), Queue name: com.apple.root.default-qos, QoS: 0
Backtrace:
4   TEMO                                0x000000010f650fc3 -[CDVWKWebViewEngine(CodePush) loadRequest:] + 1539
5   TEMO                                0x000000010f649d95 -[CodePush loadURL:] + 149
6   TEMO                                0x000000010f649cb1 -[CodePush loadPackage:] + 129
7   TEMO                                0x000000010f647ed8 __20-[CodePush install:]_block_invoke + 568
8   libdispatch.dylib                   0x00000001140d1d7f _dispatch_call_block_and_release + 12
9   libdispatch.dylib                   0x00000001140d2db5 _dispatch_client_callout + 8
10  libdispatch.dylib                   0x00000001140d57b9 _dispatch_queue_override_invoke + 1022
11  libdispatch.dylib                   0x00000001140e3632 _dispatch_root_queue_drain + 351
12  libdispatch.dylib                   0x00000001140e3fca _dispatch_worker_thread2 + 130
13  libsystem_pthread.dylib             0x00000001144bb6dd _pthread_wqthread + 619
14  libsystem_pthread.dylib             0x00000001144bb405 start_wqthread + 13
2019-08-11 07:47:38.447016+0700 TEMO[9521:925540] Failed to load webpage with error: Frame load interrupted
2019-08-11 07:47:38.550616+0700 TEMO[9521:925540] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/apple/Library/Developer/CoreSimulator/Devices/9C92EBC7-19F5-48E7-9ACB-13063E3276F0/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2019-08-11 07:47:38.551079+0700 TEMO[9521:925540] [MC] Reading from private effective user settings.
Screen Shot 2019-08-11 at 7 49 55 AM
gogroup-official commented 5 years ago

Anybody help?