You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 inplatforms/
Which platform(s) does your issue occur on?
iOS/Android/Both
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
tns create SomeApp
tns plugin add ../nativescript-camera/src/
tns build android
check
SomeApp/platforms/
for foldertempPlugin/
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.
The text was updated successfully, but these errors were encountered: