执行pod install 时报该[!] No `Podfile’ found in the project directory问题 :表示项目中没有创建Podfile文件。
解决办法:
1,cd 工程
2,vim podfile
3,pod install
本文介绍了解决在项目目录中未找到Podfile的问题方法。通过在项目根目录下创建Podfile并执行pod install命令来完成CocoaPods依赖管理的设置。
执行pod install 时报该[!] No `Podfile’ found in the project directory问题 :表示项目中没有创建Podfile文件。
解决办法:
1,cd 工程
2,vim podfile
3,pod install
1167

被折叠的 条评论
为什么被折叠?