解决完xcodeproject冲突之后,执行pod install有警告⚠️
[!] `<PBXSourcesBuildPhase UUID=`BB41BB90227015E40053C7BC`>` attempted to initialize an object with an unknown UUID. `355639F02386829A00F0ED1F` for attribute: `files`. This can be the result of a merge and the unknown UUID is being discarded.
[!] `<PBXSourcesBuildPhase UUID=`BB41BB90227015E40053C7BC`>` attempted to initialize an object with an unknown UUID. `35563A3C2386829A00F0ED1F` for attribute: `files`. This can be the result of a merge and the unknown UUID is being discarded.
[!] `<PBXSourcesBuildPhase UUID=`BB41BB90227015E40053C7BC`>` attempted to initialize an object with an unknown UUID. `0780FACD247E7E590032AD21` for attribute: `files`. This can be the result of a merge and the unknown UUID is being discarded.
[!] `<PBXSourcesBuildPhase UUID=`BB41BB90227015E40053C7BC`>` attempted to initialize an object with an unknown UUID. `355639F72386829A00F0ED1F` for attribute: `files`. This can be the result of a merge and the unknown UUID is being discarded.
解决办法
1.移除General->Linked Frameworks and libraries中的Pods_xxx.framework
2.在终端重新pod install即可