Xcode-Buildtime錯誤:
/Users/項目路徑/Pods/Target Support Files/Pods-當前target名/Pods-當前target名.debug.xcconfig: unable to open file (in target "當前target名" in project "項目名") (in target '當前target名')。

屏幕快照 2019-05-05 下午6.53.46.png
錯誤原因:
一般常見于下載的別人的項目,里面并沒有幫我們裝好pods,我們沒有安裝項目需要依賴的pods就直接運行了。
解決方法:
1.打開cocoapods App,command+O打開這個項目的podfile,右上角install(或在終端用pod install命令)
2.然后確保項目是用.xcworkspace打開的前提下,直接運行。
?