我找不到 podfile

I can't find podfile

我使用终端创建 podfile:

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

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

[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:

project 'path/to/Project.xcodeproj'

当我重新启动 mac 时,如果我安装 pod,它会显示此 pod 不存在!

它发生在我将 xcode 版本更新到 8.0 后。

使用命令 pod initcreate a podfile

$ pod init

Tip: CocoaPods provides a pod init command to create a Podfile with smart defaults. You should use it.