您的位置:首页 > 运维架构

The file “Pods.xcconfig” couldn’t be opened because there is no such file.

2015-06-03 19:28 337 查看
从github上下载的项目,运行后报错

/Users/wyapple/Downloads/kanaishinichi-TAXHeaderSheet-8b83e84/TAXHeaderSheetDemo.xcodeproj The file “Pods.xcconfig” couldn’t be opened because there is no such file. (/Users/wyapple/Downloads/kanaishinichi-TAXHeaderSheet-8b83e84/Pods/Pods.xcconfig)

1、如果你安装过CocoaPods(没安装过的话往下翻看第二点),只需要

cd 到项目工程所在的文件夹下

如cd /Users/wyapple/Downloads/kanaishinichi/

再执行pod update

然后直接运行项目所属的目录下的新生成的.xcworkspace后缀的文件,运行的时候打开这个文件即可。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: