“pod安装”后的空荚头文件夹

我的AppName – >目标 – >生成设置 – >searchpath – >标题searchpath设置为: "${PODS_ROOT}/Headers/Public"

当我运行pod安装并获得:

 $ 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. 

但是,我的头文件目录仍然是空的。

我所遇到的确切的错误可以在我刚才已经回答的问题中看到,但没有真正解决问题,只是让我意识到我的问题是错误的: 如何告诉我的应用程序在哪里我的Pod头文件?

编辑1

我已经尝试了一些解决方法,比如在这个问题中的策略: 框架在Info.plist中没有CFBundleIdentifier ,但是我似乎只是把jar子放在路上

 $ gem uninstall cocoapods $ gem install cocoapods 

添加所有的东西(包括crashlytics和织物)作为豆荚

 $ pod install