We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I never had crash before .. but now when testing the App crash with IOS :
***** Fatal JavaScript exception - application has been terminated. ***** Native stack trace: 1 0x101a02928 NativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*, JSC::Exception*, bool) 2 0x101a4d058 -[TNSRuntime executeModule:referredBy:] 3 0x1004db080 4 0x1af190e18 <redacted> JavaScript stack trace: resolve([native code]) at [native code] at asyncFunctionResume([native code]) at [native code] at asyncFunctionResume([native code]) JavaScript error: [native code]: JS ERROR Error: Could not find module './'. Computed path '/var/mobile/Containers/Data/Application/92796641-0337-4C48-9280-4886A67C8231/Library/Application Support/LiveSync/app'. *** JavaScript call stack: ( ) *** Terminating app due to uncaught exception 'NativeScript encountered a fatal error: Error: Could not find module './'. Computed path '/var/mobile/Containers/Data/Application/92796641-0337-4C48-9280-4886A67C8231/Library/Application Support/LiveSync/app'. at resolve([native code]) at [native code] at asyncFunctionResume([native code]) at [native code] at asyncFunctionResume([native code]) ', reason: '(null)' *** First throw call stack: (0x1af39c96c 0x1af0b5028 0x101a02e00 0x101a4d058 0x1004db080 0x1af190e18) NativeScript caught signal 6. Native Stack: 1 0x101a4bc7c sig_handler(int) 2 0x1af0a3424 <redacted> 3 0x1af0a68b8 pthread_kill 4 0x1af036a74 abort 5 0x1af14e3c8 __cxa_bad_cast 6 0x1af14e5c0 <redacted> 7 0x1af0b5308 <redacted> 8 0x1af15b634 <redacted> 9 0x1af15af58 __cxa_get_exception_ptr 10 0x1af15af10 <redacted> 11 0x1af0b5158 <redacted> 12 0x101a02e00 NativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*, JSC::Exception*, bool) 13 0x101a4d058 -[TNSRuntime executeModule:referredBy:] 14 0x1004db080 15 0x1af190e18 <redacted>
The text was updated successfully, but these errors were encountered:
I'm having this issue too. Did you ever find a solution?
Sorry, something went wrong.
No branches or pull requests
I never had crash before .. but now when testing the App crash with IOS :
The text was updated successfully, but these errors were encountered: