Closed Zss1990 closed 2 years ago
在podfile文件中中添加pod 'MaLiang',然后进行pod install,会有如下报错: [!] The platform of the target xxxxx-target (macOS 11.0) is not compatible with MaLiang (2.9.2), which does not support macOS.
pod 'MaLiang'
pod install
xxxxx-target
MaLiang (2.9.2)
macOS
@Zss1990 现在只能通过 Catalyst 方式支持 macOS
这个库是针对移动端开发的,Metal 在 macOS 上的表现与移动端不完全一致,并且 UI 方面的 API 差别巨大,暂时没有精力去做适配了
在podfile文件中中添加
pod 'MaLiang'
,然后进行pod install
,会有如下报错: [!] The platform of the targetxxxxx-target
(macOS 11.0) is not compatible withMaLiang (2.9.2)
, which does not supportmacOS
.