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后缀的文件,运行的时候打开这个文件即可。
——-–—–主文件打不开时 修改版本号