Answers for "React Native BUILD FAILED on run-ios"

0

React Native BUILD FAILED on run-ios

rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod deintegrate
pod setup

And delete the project's Pods directory. The location of it is project directory > ios > Pods.
Then in the project directory > ios location, install pod with pod install
And react-native run-ios in project directory.
Posted by: Guest on April-28-2021

Code answers related to "React Native BUILD FAILED on run-ios"

Code answers related to "Javascript"

Browse Popular Code Answers by Language