集成了第三方SDK, 且第三方SDK不支持Mac Catalyst, 使用MAC编译运行到iPhone真机上,自定义基座首次运行可编译通过,更改过uts插件里面的代码之后,保存会自动编译uts插件,此时uts编译在App编译之前,会触发错误
error: uni_modules/meihua-tuya-sdk/utssdk/app-ios/Frameworks/ThingSmartCryption.xcframework:1:1: error: While building for Mac Catalyst, no library for this platform was found in 'uni_modules/meihua-tuya-sdk/utssdk/app-ios/Frameworks/ThingSmartCryption.xcframework'. (in target 'unimoduleMeihuaTuyaSdk' from project 'UTS')
附件1:我已经设置"disableMacCatalyst" : true, 和 "UIApplicationSupp
ortsMacDesignedForiPad" : false 但是此时属于uts编译,还未到App编译,所以不生效,这种情况应该怎么解决?