EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 445 forks source link

JS Stack unavailable. Current thread hasn't initialized a {N} runtime. #1744

Open JimLynchCodes opened 3 years ago

JimLynchCodes commented 3 years ago

Hi, I am using FirebaseCrashlytics, getting this error when building my app:

Webpack compilation complete. Watching for file changes.
Webpack build done!
nativescript-plugin-firebase: building for same environment, not forcing prepare.
Project successfully prepared (ios)
Configure firebase
Add iOS crash logging
Successfully transferred all files on device 5E54D79D-F1CD-4707-97E9-4CDAECB0EE56.
Restarting application on device 5E54D79D-F1CD-4707-97E9-4CDAECB0EE56...
CONSOLE INFO file: node_modules/nativescript-dev-webpack/hot.js:3:0 HMR: Hot Module Replacement Enabled. Waiting for signal.
NativeScript caught signal 6.
Native Stack:
1   0x10cfcb171 sig_handler(int)
2   0x7fff5e7305fd _sigtramp
3   0x1
4   0x7fff200fab94 abort
5   0x7fff2024f818 abort_message
6   0x7fff20240e7d demangling_unexpected_handler()
7   0x7fff201780d1 _objc_terminate()
8   0x7fff2024ec47 std::__terminate(void (*)())
9   0x7fff2024ebe9 std::terminate()
10  0x7fff2010651c _dispatch_client_callout
11  0x7fff201086e2 _dispatch_queue_override_invoke
12  0x7fff20116074 _dispatch_root_queue_drain
13  0x7fff20116871 _dispatch_worker_thread2
14  0x7fff5e7399f7 _pthread_wqthread
15  0x7fff5e738b77 start_wqthread
JS Stack unavailable. Current thread hasn't initialized a {N} runtime.
NativeScript debugger was not able to get inspector socket port on device 5E54D79D-F1CD-4707-97E9-4CDAECB0EE56 for application enrolled.agent.
Successfully synced application enrolled.agent on device 5E54D79D-F1CD-4707-97E9-4CDAECB0EE56.

Note: I have tried running pod update in the ios folder, but it doesn't seem to change anything...