最近通過cmd pull代碼時,自動merge后,解決podfile以及podfile.lock的沖突后,執行pod install 命令出現了多行諸如以下的錯誤
[!] `<PBXSourcesBuildPhase UUID=`A36C19951C570D2C0055FCA2`` attempted to initialize an object with an unknown UUID. `A3735B951DEEFA5500FFDB2D` for attribute: `files`. This can be the result of a merge andthe unknown UUID is being discarded.?
最后發現通過刪除workspace中所有項目(我們多個項目合在一個workspace中)Pods文件夾下的Pods-XXXX.debug.xcconfig 和 Pods-XXXX.release.xcconfig文件,然后執行pod install命令,就不會再報錯了