[IOS]Unexpected duplicate tasks
See original GitHub issueWhen 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?
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
Unexpected duplicate tasks - iOS 13 - Xcode 11 #9 - GitHub
Go to "Compile Sources" & "Copy Bundle resources" in Build Phases. If you see the same file within both of those drop downs,...
Read more >Xcode 10 unexpected duplicate task: CopyPlistFile
10.0. Now I try to build my tvOS project and I see the following error: unexpected duplicate task: CopyPlistFile /Users/username/Library/ ...
Read more >Project with Swift Package depende… - Apple Developer
Project with Swift Package dependencies results in "Unexpected duplicate tasks" error.
Read more >Unexpected Duplicate Tasks Error : r/swift - Reddit
Unexpected Duplicate Tasks Error · Deleting derived data · Clean build folder · Restarting Xcode · Altering the pbxproj file to remove duplicates....
Read more >Swift package with resources in iOS project won't compile test ...
We can't even build the project. Unexpected duplicate tasks: 1) Command: ProcessXCFramework /Users/victorbaro/Library/Developer/Xcode/ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rigor789 Yes. it is working fine. Thank you !!!
@rosen-vladimirov awesome! will test it and report any error. Will actually leave this open until i can confirm it works