-
-
Notifications
You must be signed in to change notification settings - Fork 197
Project with plugin variables does not build #1508
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
You can close this issue, after remove and add the plugins is building again |
Ok, that's weird. Can you send me the list of plugins you are using? |
Plugins:
After some investigation I discovered where exactly were the errors: First: the videoplayer plugin didn't have the tag in the file. |
same problem with the plugin variables on android (they don't get replaced in |
Is this only in the facebook plugin or can be reproduced with any kind of plugin with variables? |
I just tried it out, it looks like it still doesn't work. Here's what id did:
to the
Error:
Cli version: 1.6.1. |
Still valid in {N} 2.0.1 with steps Plamen5kov described. |
Still able to reproduce with cli 2.1.1. EDIT: First I tried putting the APP_ID in the package.json of the plugin, but then the build failed, because CLI searched for the APP_ID in the project <app_name>./package.json file. EDIT 2: Actually I wasn't testing correctly, the plugin needs to have declared
in it's package.json and then follows the
to the <app_name>/package.json file. If the user follows the correct flow, the prepare command replaces the APP_ID in the AndroidManifest.xml file with the correct value. |
From @victorhugom on February 18, 2016 14:16
Error:
I did:
npm install -g nativescript
tns platform remove ios
tns platform add ios
npm install tns-core-modules@latest --save
tns build ios
And also tried:
remove folder: node_modules
remove folder: platform
npm install -g nativescript
tns platform remove ios
tns platform add ios
npm install tns-core-modules@latest --save
tns build ios
Copied from original issue: NativeScript/NativeScript#1581
The text was updated successfully, but these errors were encountered: