Cocopods 提示unable to open file
2019-05-11 本文已影响0人
咩咩咩哦
iOS项目中,上传代码时忽略pods文件夹,在其他地方重新git clone 后提示unable to open file错误,如下:
Showing All Messages
Build system information
error: .../Pods/Pods/Target Support Files/Pods-UbunGit_OC/Pods-....debug.xcconfig: unable to open file (in target "..." in project "...") (in target '...')
可以尝试打开workplace后,删除项目中pods文件
image.png
然后重新pod install后即可解决