Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios “Pod安装”后清空Pod头文件夹`_Ios_Xcode_Swift_Cocoapods - Fatal编程技术网

Ios “Pod安装”后清空Pod头文件夹`

Ios “Pod安装”后清空Pod头文件夹`,ios,xcode,swift,cocoapods,Ios,Xcode,Swift,Cocoapods,我的AppName->Targets->Build Settings->Search path->Header Search path设置为:“${PODS\u ROOT}/Headers/Public” 当我运行pod安装并获取: $ pod install Analyzing dependencies Downloading dependencies Using Alamofire (3.1.1) Using AlamofireImage (2.1.0) Using DateTools (

我的AppName->Targets->Build Settings->Search path->Header Search path设置为:
“${PODS\u 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.
但是,我的Headers目录仍然是空的

我所犯的确切错误可以从我先前的问题中看出,该问题已经得到了回答,但没有真正解决问题,只是让我意识到我的问题是错误的:

编辑1

我已经尝试过一些变通方法,比如这个问题中的策略:我问过,但它似乎只是把问题解决了

$ gem uninstall cocoapods
$ gem install cocoapods
将所有东西(包括crashlytics和织物)添加为豆荚

有关更多信息,请参见此问题:

$ pod install