Tencent / QMUI_iOS

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

Mac Catalyst 编译问题 QMUIAsset 涉及 <CoreServices/UTCoreTypes.h> #1378

Closed JzwOnly closed 1 year ago

JzwOnly commented 2 years ago

建议用宏屏蔽一下相关代码,Mac编译不通过

JzwOnly commented 2 years ago

建议修改适配 Mac Catalyst

#if IS_MAC
#import <CoreServices/CoreServices.h>
#else
#import <MobileCoreServices/MobileCoreServices.h>
#endif
JzwOnly commented 2 years ago

@MoLice 麻烦适配一下

MoLice commented 1 year ago

新版本会兼容

MoLice commented 1 year ago

已修复该问题,请根据 iOS 版本支持情况选择升级到 4.6.0(iOS 11-16)4.6.1(iOS 13-16)