Skip to content

After building plugin folder tempPlugin/ remains in platforms/ #3763

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

Closed
Natalia-Hristova opened this issue Jul 20, 2018 · 1 comment
Closed

Comments

@Natalia-Hristova
Copy link

Please, provide the details below:

Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?

Tell us about the problem

After adding plugin in your app by pointing to its src folder, and build the app (which build the plugin too) - folder tempPlugin/ remains in platforms/

Which platform(s) does your issue occur on?

iOS/Android/Both

Please provide the following version numbers that your issue occurs with:

  • CLI: 4.1.3

Please tell us how to recreate the issue in as much detail as possible.

  1. download some plugin source
  2. tns create SomeApp
  3. tns plugin add ../nativescript-camera/src/
  4. tns build android

check SomeApp/platforms/ for folder tempPlugin/

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

Consider using the playground to provide the code you have issues with.

@rosen-vladimirov
Copy link
Contributor

This is currently by design - the idea is that CLI adds additional files in order to build the plugin. Users may want to check the exact files used for building the plugin. These files can be used to build the plugin again or fix failing build.

I'm closing this issue, but in case you think these directories are not needed, feel free to reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants