Tencent / QMUI_iOS

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

更新4.5.0版本之后编译报错,缺少文件 #1430

Closed BinBear closed 1 year ago

BinBear commented 1 year ago

Bug 表现 更新4.5.0版本之后编译报错,缺少文件 image

image 是因为QMUIBarProtocol相关的类在 UIKitExtensions/QMUIBarProtocol 的路径下 image 但是 podspec 中 指定的 source_files 是 QMUIKit/UIKitExtensions image 所以需要把 UIKitExtensions/QMUIBarProtocol 文件夹下的文件移到上一层目录

BinBear commented 1 year ago

目前就只有fork一份,然后修改路径,指定 pod 'QMUIKit', :git => ' xxxxx‘ 了,或者使用之前的版本。希望作者能快些时候发个版本解决一下

MoLice commented 1 year ago

已重新发布