-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
Connect causes Fatal JavaScript exception on iOS. Works fine on Android #215
Comments
I can also add that the Device actually connects to the phone before the crash (Seen when looking at Bluetooth Connections on the phone) |
I have now updated my project to NS7 and Angular 10. I was hoping this could miraculously solve the issue, but unfortunately the error message remains exactly the same:
|
@jpmartinsson You have some weird setup issue or something. Your issue is because an import is not found from N
Though this file exists https://github.com/NativeScript/NativeScript/blob/master/packages/core/utils/native-helper.ios.ts. |
@jpmartinsson ok you need to check your webpack config maybe to make sure it manage to "choose" native-helper.ios.js or native-helper.android.js |
@jpmartinsson did you ever solve this issue? I'm getting the same error on Ios. Any help is appreciated. Thanks |
@dimitriospafos the latest version requires N 8.x |
@farfromrefug what the highest version i can use with NS 7? |
@dimitriospafos actually the laest should work with N7. You can try going back but i would say your issue comes from somewhere else. Try to debug and see what s happening from the callstack |
After upgrade from old NativeScript-bluetooth to @nativescript-community/ble I cannot connect to device from iOS (14). Scanning works find and the device is found, but in the connect-call I get. I realise this has something to do with our project setup, but can anyone point us in the right direction?: Besides version 3.0.16, I have also tried 3.0.9 and 3.0.0 - with identical results.
my package.json deps:
The text was updated successfully, but these errors were encountered: