-
-
Notifications
You must be signed in to change notification settings - Fork 50
Attempted to assign to readonly property #25
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
Comments
Great catch @naturalfreak . This is the fix. Please let me know whether it is working on your side. |
No, unfortunately this fix is not working. |
Did you delete the platforms folder of your app? |
Yes, that was the first thing, I did. |
I just did the following steps:
And it's finished successfully. Prior to the fix it fails with exactly the same error you mentioned. Could you try these steps and tell me whether you managed to build and bundle the demo app? |
Yes, it's working.
Using built package everything works fine in my project. |
Great to hear that! |
Yes. |
When I use this plugin I got this error in AOT compilation.
JS ERROR TypeError: Attempted to assign to readonly property.
tns version 3.0
IOS device only.
tsconfig.json
tsconfig.aot.json
package.json
The text was updated successfully, but these errors were encountered: