LSTPopView
LSTPopView copied to clipboard
Cocospod导入不加 use_frameworks!的问题
-
作者您好,Cocospod引入LSTPopView,如果Podfile文件里不加 use_frameworks! pod install会报target has transitive dependencies that include statically linked binaries: (LSTCategory)错误
-
怎样在加入use_frameworks!的情况下pod install导入成功呢?
@Surrel 你是oc项目还是swift项目?
@Surrel 你是oc项目还是swift项目?
oc项目
@Surrel 如果你项目不是混编的话,建议去掉use_frameworks!, 参考这个:https://blog.csdn.net/feng2qing/article/details/73835805
@Surrel 如果你项目不是混编的话,建议去掉use_frameworks!, 参考这个:https://blog.csdn.net/feng2qing/article/details/73835805
好的,感谢。主要是怕以后要用到混编。
我就是混编的项目,应该如何破啊?谢谢啊啊
最新版本已经支持swift或者是混编项目的集成了