I was able to export via Cordova-xcode and create the apps for iPhones/iPads but when, in Xcode, I selected to build for Mac (which is supposed to be doable now) I get 2 fail messages when building.
'AssetsLibrary/ALAssets.h'file not found.
AssetsLibrary is deprecated and is not available when building for Mac Catalyst. Consider migrating to Photos instead, or use `#if !TARGET_OS_MACCATALYST` to conditionally import this framework, first importing TargetConditionals.h if necessary.