-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Nativescript 7 Error #270
Comments
I'm having the same issue, have you found any workaround for now? |
Has anyone figured out a workaround? |
I commented out the offending code in the readProp function and that has been working so far. Though I believe you will lose the upload progress tracking. |
Commenting line 254 of index.ios.ts / line 220 of index.ios.js prevents the crash:
I'm still receiving the |
Thanks @3rror404, that worked for me. For anyone else fairly new to manually updating plugins and wants to fix this while waiting for the official update, here's what I did. Let me know if there's a better process.
|
A major problem with this change is that you lose the ability to monitor progress with |
Same issue. Thanks @3rror404, your workaround worked for me as well. |
+1 |
There is a PR that is working great for me on iOS. |
I'm also having this issue. |
For me in Android and iOS, using NS7 and 5.0.1 version and not working at all |
Only testet on iOS @nativescript/ios": "7.0.0".
Please, provide the following version numbers that your issue occurs with:
When I upload a file, I get the error below. The file gets uploaded correct though.
The text was updated successfully, but these errors were encountered: