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

Posted

技术标签:

【中文标题】`pod install` 后清空 Pod Headers 文件夹【英文标题】:Empty Pod Headers Folder after `pod install` 【发布时间】:2016-06-02 00:54:17 【问题描述】:

My AppName -> Targets -> Build Settings -> Search Paths -> Header Search Paths 设置为:"$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 目录仍然是空的。

在我之前的问题中可以看到我遇到的确切错误,该问题已经得到解答,但没有真正解决问题,只是让我意识到我的问题是错误的:How do I tell my app where my Pod header files are?

编辑 1

我已经尝试了一些解决方法,例如我问的这个问题中的策略:Framework did not have a CFBundleIdentifier in its Info.plist,但它似乎只是把罐子踢到了路上

【问题讨论】:

【参考方案1】:
$ gem uninstall cocoapods
$ gem install cocoapods

将所有东西(包括 crashlytics 和 fabric)添加为 pod

$ pod install

查看此问题了解更多信息: Framework did not have a CFBundleIdentifier in its Info.plist

【讨论】:

以上是关于`pod install` 后清空 Pod Headers 文件夹的主要内容,如果未能解决你的问题,请参考以下文章

CocoaPods 1.0之前版本无法pod install和pod update! 更新后CocoaPods 1.1.1 Podfile新的写法.

如何查看pod install进度

helm install 后 Grafana pod 不断重启

Cocoapods ----- pod install报错

pod install 后 iOS 通用框架编译器版本发生变化

新人求助cocoapods的pod install的问题