📌  相关文章
📜  React Native BUILD FAILED on run-ios - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:08.988000             🧑  作者: Mango

代码示例1
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.