nativescript-background-geolocation-lt
nativescript-background-geolocation-lt copied to clipboard
NativeScript encountered a fatal error: Error: Value is not a class
I am using your sample code from readme.md for ios. And I got current error after launching app. full error text
***** Fatal JavaScript exception - application has been terminated. *****
Native stack trace:
1 0x1011bb73c NativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*, JSC::Exception*, bool, bool)
2 0x1011ec068 -[TNSRuntime executeModule:referredBy:]
3 0x1005cc748
4 0x184d7dfc0
JS ERROR Error: Value is not a class.
And I don't think I use the symbol Value
anywhere in my code.
@christocracy look, when I use this part 'app.ios.delegate = MyDelegate;', after that I get exception
What can I do to fix this?
now I have got this one 'NativeScript encountered a fatal error: TypeError: Attempted to assign to readonly property.
@karo-dc you ever fixed that readonly property error ? i just updated my nativescript app to 5.3 and it hit me just like that, only on IOS , android is working fine