美文网首页
The file “Pods.xcconfig” couldn’

The file “Pods.xcconfig” couldn’

作者: 一个萝卜X个坑 | 来源:发表于2018-12-10 14:17 被阅读59次

pods 文件打不开时
从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后缀的文件,运行的时候打开这个文件即可。

-----------主文件打不开时 修改版本号

相关文章

网友评论

      本文标题:The file “Pods.xcconfig” couldn’

      本文链接:https://www.haomeiwen.com/subject/kfirhqtx.html