cordova-plugin-market icon indicating copy to clipboard operation
cordova-plugin-market copied to clipboard

UI API called from background thread Group

Open juanmanueldeveloper opened this issue 3 years ago • 0 comments

Error Xcode

Main Thread Checker: UI API called on a background thread: -[UIApplication openURL:] PID: 333, TID: 6566, Thread name: (none), Queue name: com.apple.root.default-qos, QoS: 0 Backtrace: 4 Colmena 0x0000000104a6556c __18-[CDVMarket open:]_block_invoke + 304 5 libdispatch.dylib 0x0000000104ecfbcc _dispatch_call_block_and_release + 32 6 libdispatch.dylib 0x0000000104ed16c0 _dispatch_client_callout + 20 7 libdispatch.dylib 0x0000000104ed40ec _dispatch_queue_override_invoke + 952 8 libdispatch.dylib 0x0000000104ee4ae0 _dispatch_root_queue_drain + 364 9 libdispatch.dylib 0x0000000104ee5488 _dispatch_worker_thread2 + 140 10 libsystem_pthread.dylib 0x00000001e23857d8 _pthread_wqthread + 216 11 libsystem_pthread.dylib 0x00000001e238c76c start_wqthread + 8 2021-03-10 18:08:57.553828-0300 Colmena[333:6566] [reports] Main Thread Checker: UI API called on a background thread: -[UIApplication openURL:] PID: 333, TID: 6566, Thread name: (none), Queue name: com.apple.root.default-qos, QoS: 0 Backtrace: 4 Colmena 0x0000000104a6556c __18-[CDVMarket open:]_block_invoke + 304 5 libdispatch.dylib 0x0000000104ecfbcc _dispatch_call_block_and_release + 32 6 libdispatch.dylib 0x0000000104ed16c0 _dispatch_client_callout + 20 7 libdispatch.dylib 0x0000000104ed40ec _dispatch_queue_override_invoke + 952 8 libdispatch.dylib 0x0000000104ee4ae0 _dispatch_root_queue_drain + 364 9 libdispatch.dylib 0x0000000104ee5488 _dispatch_worker_thread2 + 140 10 libsystem_pthread.dylib 0x00000001e23857d8 _pthread_wqthread + 216 11 libsystem_pthread.dylib 0x00000001e238c76c start_wqthread + 8

juanmanueldeveloper avatar Mar 10 '21 21:03 juanmanueldeveloper