LSTPopView icon indicating copy to clipboard operation
LSTPopView copied to clipboard

Cocospod导入不加 use_frameworks!的问题

Open Surrel opened this issue 5 years ago • 6 comments

  • 作者您好,Cocospod引入LSTPopView,如果Podfile文件里不加 use_frameworks! pod install会报target has transitive dependencies that include statically linked binaries: (LSTCategory)错误

  • 怎样在加入use_frameworks!的情况下pod install导入成功呢?

Surrel avatar Jun 29 '20 04:06 Surrel

@Surrel 你是oc项目还是swift项目?

LoSenTrad avatar Jun 29 '20 04:06 LoSenTrad

@Surrel 你是oc项目还是swift项目?

oc项目

Surrel avatar Jun 29 '20 04:06 Surrel

@Surrel 如果你项目不是混编的话,建议去掉use_frameworks!, 参考这个:https://blog.csdn.net/feng2qing/article/details/73835805

LoSenTrad avatar Jun 29 '20 06:06 LoSenTrad

@Surrel 如果你项目不是混编的话,建议去掉use_frameworks!, 参考这个:https://blog.csdn.net/feng2qing/article/details/73835805

好的,感谢。主要是怕以后要用到混编。

Surrel avatar Jun 29 '20 06:06 Surrel

我就是混编的项目,应该如何破啊?谢谢啊啊

flyweights avatar Sep 23 '20 10:09 flyweights

最新版本已经支持swift或者是混编项目的集成了

LoSenTrad avatar Dec 17 '20 16:12 LoSenTrad