Xcode報錯 unable to parse contents of file list

錯誤信息:

error: unable to parse contents of file list '/xxx/Pods/Target Support Files/Pods-xxx/Pods-xxx-frameworks-Debug-input-files.xcfilelist'

報錯原因:

當前mac所安裝的Pod版本與管理工程所使用的Pod版本不一致。

修復方法:

在終端執行以下命令,更新Pod。

sudo gem install cocoapods

進入Podfile所在目錄,執行以下命令。

pod install

完成。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章