So basically I am working with react native vector icons and when I run the project I get the error that I have multiple resources of SimpleLineIcons.ttf and all other icons that are imported by react-native vector icons. But when I open my Xcode and I see if I have two pods of RNVectorIcons I cannot see that. How do I solve my problem?THanks
Build system informationerror: Multiple commands produce '/Users/tusharpoddar/Library/Developer/Xcode/DerivedData/TrainThem-fchwxpkakfvcsifyrnnoxjvwuxot/Build/Products/Debug-iphonesimulator/TrainThem.app/SimpleLineIcons.ttf':1) Target 'TrainThem' (project 'TrainThem') has copy command from '/Users/tusharpoddar/Desktop/NewApp/TrainThem/node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf' to '/Users/tusharpoddar/Library/Developer/Xcode/DerivedData/TrainThem-fchwxpkakfvcsifyrnnoxjvwuxot/Build/Products/Debug-iphonesimulator/TrainThem.app/SimpleLineIcons.ttf'2) That command depends on command in Target 'TrainThem' (project 'TrainThem'): script phase “[CP] Copy Pods Resources”
I have uploaded the picture of my Xcode packages here. Please have a look.