Answers for "ios build error multiple commands produce"

1

multiple commands produce react native ios

Fixed it by removing fonts in the Xcode - Build Phases/[CP] Copy Bundle Resource
Posted by: Guest on July-21-2021
0

error: Multiple commands produce '/platforms/ios/build/Debug-iphonesimulator/myhorses.app/Frameworks/TNSWidgets.framework'

Open Xcode
Select your project
Find the 'General' tab (located within the same tab list as Build Phases, Build Settings etc)
Scroll down to the 'Embedded Binaries' section.
In the list you'll see that TNSWigets.framework is in the list multiple times.
Remove the duplicates using the '-' button until there is just one.
Rebuild and hopefully if there are no other duplicates in that list you should have a successful build
Posted by: Guest on December-16-2021

Browse Popular Code Answers by Language