[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries:

解决办法: 在ios/profile加上:

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 transitive dependencies that include statically linked binaries:)