“error: unable to parse contents of file list ‘Pods/Target Support Files/Pods-xxx/Pods-xxx-frameworks-Debug-input-files.xcfilelist’” error handling

--

( error handling, pods target)

在執行專案時
如果出現下圖之錯誤訊息

unable to parse contents of file list ‘/Users/peggytsai/Documents/xxx/xxx/Pods/Target Support Files/Pods-xxx/Pods-xxx-frameworks-Debug-input-files.xcfilelist’

可以參考本文進行排除

設定 pod deintegrate

pod deintegrate

這時Xcode會出現另一個異常

執行 pod 更新並重安裝

pod update
pod install

即可排除此異常

--

--