pod 私有库 target has transitive dependencies that include statically linked binaries
最新推荐文章于 2024-06-30 17:48:14 发布
文章讲述了在iOS开发中,由于在Podfile中使用了`use_frameworks!`导致的依赖问题,解决方法是将相关Pod的`s.static_framework`设置为`true`,然后执行`podinstall`来正确配置静态链接库。

1万+

被折叠的 条评论
为什么被折叠?



