📌  相关文章
📜  pod install [!] 在项目目录中找不到“Podfile”. react-native - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:30.509000             🧑  作者: Mango

代码示例1
cd ios && rm -rf Pods
pod install
cd ..
react-native run-ios