[!] 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
即可
网友评论