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.