Tips
在执行pod install
命令时,出现了如下的警告:1
2
3
4
5[!] `<PBXResourcesBuildPhase UUID=`XXX`>`
attempted to initialize an object with an
unknown UUID. `XXX` for attribute: `files`.
This can be the result of a merge and the
unknown UUID is being discarded.
解决方式如下:
- 1.打开项目->Target->General->Linked Frameworks and Libraries,选中libpods-XXX.a,XXX是指你的项目名称,点“-”删除。
- 2.退出Xcode
- 3.重新执行pod install
本文作者:霖溦
本文链接:https://kukumalucn.github.io/blog/2018/08/01/CocoaPods中PBXSourcesBuildPhase-unknown-UUID的错误解决/
版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC-ND 4.0 许可协议。转载请注明出处!