Tencent / QMUI_iOS

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

在iOS17的系统会产生runtime崩溃 #1531

Closed 1085181361 closed 8 months ago

1085181361 commented 8 months ago

Bug 表现 在iOS17的设备上(bug发生在iOS17系统的模拟器上),启动app,在QMUIRuntime类的ExtendImplementationOfVoidMethodWithoutArguments中产生崩溃

截图 Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图 image image

如何重现

  1. 项目中以 pod 'QMUIKit'方式集成QMUIKit,
  2. 在iOS17系统的模拟器运行app,会出现崩溃

预期的表现 正常运行,进入页面 其他信息

MoLice commented 8 months ago

系统的报错好像已经足够明确了,你有试过拿里面的错误关键词去搜一下吗?比如说 https://stackoverflow.com/questions/27013543/error-perhaps-the-designated-entry-point-is-not-set 应该符合你的问题吧。 与 QMUI 无关。