jshare-flutter-plugin icon indicating copy to clipboard operation
jshare-flutter-plugin copied to clipboard

target has transitive dependencies that include statically linked binaries

Open wapchief opened this issue 5 years ago • 0 comments

pod Install出现传递依赖错误 去掉use_frameworks!可以pod install成功但运行失败, 最后解决方案是用xcode修改jshare_flutter_plugin.podspec添加一行 s.static_framework = true

wapchief avatar Jul 17 '20 03:07 wapchief