解決 xcode pod 出現錯誤 PBXSourcesBuildPhase UUID
阿新 • • 發佈:2018-12-22
遇到的情況如下
pod install 之後 出現這個警告
[!] <PBXSourcesBuildPhase UUID=
35F36B47219BB84B00E60D2F>
attempted to initialize an object with an unknown UUID. 796C4762219EA1EC00BDE265
for attribute: files
. This can be the result of a merge and the unknown UUID is being discarded.
[!] <PBXSourcesBuildPhase UUID=
>
attempted to initialize an object with an unknown UUID. 796C4763219EA1EC00BDE265
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-專案名稱.a 去除掉這個 .a
然後再一次 pod install