Tencent / QMUI_iOS

QMUI iOS——致力于提高项目 UI 开发效率的解决方案
http://qmuiteam.com/ios
Other
7.05k stars 1.37k forks source link

框架内部源码崩溃 #1553

Open firenessZX opened 3 weeks ago

firenessZX commented 3 weeks ago

Bug 表现

Thread 1: "+[NSShadow qmui_shadowWithColor:shadowOffset:shadowRadius:]: unrecognized selector sent to class 0x2058c0188"

截图

image

如何重现

  1. 启动App就会出现

预期的表现 不崩溃闪退

其他信息

MoLice commented 3 weeks ago

你的 QMUI 是怎么引入的?

firenessZX commented 3 weeks ago

你的 QMUI 是怎么引入的?

pod方式导入的 @MoLice

MoLice commented 3 weeks ago

贴一下具体的 pod 写法,如果你是引入完整的 QMUIKit 应该不会有这个问题

firenessZX commented 1 week ago

pod 'QMUIKit', '4.7.0' @MoLice