当已经安装好Cocoapods的时候,使用 $ vim podfile 创建Podfile 文件,然后再pod install 的时候出现
No `Podfile' found in the project directory.
那么请用下面命令
pod init
open Podfile
pod install
这三个步骤之后,就好了
当已经安装好Cocoapods的时候,使用 $ vim podfile 创建Podfile 文件,然后再pod install 的时候出现
No `Podfile' found in the project directory.
那么请用下面命令
pod init
open Podfile
pod install
这三个步骤之后,就好了
本文标题:Cocoapods No `Podfile' found in
本文链接:https://www.haomeiwen.com/subject/nmesactx.html
网友评论