美文网首页iOS错误&解决SwiftGit
The 'Pods-Runner' target has tra

The 'Pods-Runner' target has tra

作者: Faith_K | 来源:发表于2020-06-12 13:52 被阅读0次

报错 The 'Pods-Runner' target has transitive dependencies that include statically linked binaries:..
在iOS 目录 Podfile 中增加

image.png
pre_install do |installer|
  # workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
  Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end

相关文章

网友评论

    本文标题:The 'Pods-Runner' target has tra

    本文链接:https://www.haomeiwen.com/subject/dagbtktx.html