下載第三方時(shí)出現(xiàn)的錯(cuò)誤:Unable to find a specification for `xxxxx (~> 1.x.x)` depended upon by Podfile.
解決方法:1. pod repo remove master
2. pod?setup
然后再 pod install就可以啦。
如果在項(xiàng)目里頭文件不提示:
選擇Target -> Build Settings 菜單,找到\”User Header Search Paths\”
在里面新增一個(gè)值"${SRCROOT}",并且選擇\”Recursive\”就可以了