报错[!] The 'Pods-xxxx_Example' target has transitive dependencies that include statically linked b...

[!] The 'Pods-xxxxx_Example' target has transitive dependencies that include statically linked binaries: (/Users/xxxxx/Desktop/Spec/xxxxx/Example/Pods/xxx/xxxx/Classes/xxxxx.framework)

当私有pod库依赖另一个私有pod库发生上面framework依赖库报错时

只需将spec文件中添加

s.static_framework = true

在执行

pod install

即可

你可能感兴趣的:(报错[!] The 'Pods-xxxx_Example' target has transitive dependencies that include statically linked b...)