Tumgik
#multiple commands produce error react native xcode
inthetechpit · 4 years
Text
Multiple Commands produce error React Native with XCode11
Tumblr media
I had earlier installed react-native-vector-icons in my Project and used the below command to link it:
react-native link
The “multiple commands produce” error seems is caused by the new autolinking feature in React Native 0.60 or above – the line use_native_modules! in ios/Podfile means when you do pod install, any pods found in node_modules are automatically linked.
So when you do pod…
View On WordPress
0 notes