iOS错误&解决SwiftGit

The 'Pods-Runner' target has tra

2020-06-12  本文已影响0人  Faith_K

报错 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
上一篇下一篇

猜你喜欢

热点阅读