我找不到podfile

时间:2016-10-27 08:56:03

标签: xcode cocoapods podfile

我使用终端创建podfile:

$ cd /Users/user_name/Desktop/CocoaPodsTest
$ touch Podfile

但我在finder中找不到podfile,但我可以使用'vim podfile'来编辑它。 当我安装podfile时,它会显示以下信息:

  

[!]无法自动选择Xcode项目。指定一个   像你这样的Podfile:

project 'path/to/Project.xcodeproj'

当我重新启动我的Mac时,如果我安装了pod,则表明此pod已不存在!

从我将xcode版本更新为8.0。

1 个答案:

答案 0 :(得分:7)

使用命令 pod init create a podfile

$ pod init
  

提示:CocoaPods提供了一个pod init命令来创建一个Podfile   智能默认值。你应该使用它。