NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

[IOS] App crash : Could not find module './'. Computed path #63

Open kefahB opened 4 years ago

kefahB commented 4 years ago

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>
dmoptimal commented 3 years ago

I'm having this issue too. Did you ever find a solution?