Flutter-PodsRunner-target-has-transitive-dependencies

38次阅读

共计 248 个字符,预计需要花费 1 分钟才能阅读完成。

CocoaPod 报错: The ‘Pods-Runner’ target has transitive dependencies that include static

ios 下 podfile 文件最后添加:

pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end

然后重新 pod install.

正文完
 0