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.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。