报错[!] The 'Pods-xxxx_Example' ta

2021-06-29  本文已影响0人  黎希

[!] 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

即可

上一篇下一篇

猜你喜欢

热点阅读