`pod install` 后清空 Pod Headers 文件夹

Empty Pod Headers Folder after `pod install`

我的 AppName -> 目标 -> 构建设置 -> 搜索路径 -> Header 搜索路径设置为:"${PODS_ROOT}/Headers/Public"

当我 运行 pod install 并得到:

$ pod install

Analyzing dependencies
Downloading dependencies
Using Alamofire (3.1.1)
Using AlamofireImage (2.1.0)
Using DateTools (1.7.0)
Using JGProgressHUD (1.3.1)
Using Locksmith (2.0.8)
Using SwiftyJSON (2.3.1)
Using TPKeyboardAvoiding (1.2.10)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 7 dependencies from the Podfile and 7 total pods installed.

但是,我的 Headers 目录仍然是空的。

我所遇到的确切错误可以在我之前的问题中看到,该问题已得到回答但没有真正解决问题,只是让我意识到我的问题是错误的:

编辑 1

我已经尝试了一些解决方法,例如这个问题中的策略: 我问过,但它似乎只是把罐头踢到路上

$ gem uninstall cocoapods
$ gem install cocoapods

添加所有内容(包括 crashlytics 和 fabric)作为 pods

$ pod install

查看此问题了解更多信息: