-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error: Can't resolve 'tns-core-modules/ui' #51
Comments
I saw that the error comes from social-share.ios.js, with this it works:
|
@panagulis72 how are you able to fix this since it's built in your |
Hi, These are the versione in package.json: |
@drewjbartlett - if you go to node_modules/nativescript-social-share/social-share.ios.js you can update the code there. `
` |
Hi,
when I build my application for android it works, but when I build for ios (
tns build ios --env.uglify --env.aot --env.snapshot
) I get the following error:These are the versione in package.json:
"tns-core-modules": "6.0.1",
"nativescript-social-share": "^1.5.2"
I tried to update nativescript-social-share to last versione but it doesnt work. Unfortunatly, I cannot update core-modules to 6.2
The text was updated successfully, but these errors were encountered: