Closed
Description
When i am in a working env dev with npm links i might end up with an XCode build error Unexpected duplicate tasks
It is due to native deps being added twice.
For example my plugin nativescript-gesturehandler
comes with a framework.
In my current case i have it in my app package.json but also as a dependency of another plugin.
Consequently i have nativescript-gesturehandler
in:
- node_modules/nativescript-gesturehandler
- node_modules/nativescript-chart/node_modules/nativescript-gesturehandler
Could you filter duplications when creating the XCode project and adding modules targets?