美文网首页
Cocoapods No `Podfile' found in

Cocoapods No `Podfile' found in

作者: JasonFive | 来源:发表于2020-01-08 16:22 被阅读0次

当已经安装好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