I am able to add the swift package to my Xcode project and build it successfully for iOS. However, it fails when building for Mac Catalyst.
<path>/SourcePackages/artifacts/c2pa-ios/C2PAC/C2PAC.xcframework:1:1 While building for Mac Catalyst, no library for this platform was found in ‘<path>/SourcePackages/artifacts/c2pa-ios/C2PAC/C2PAC.xcframework'.
I see that I can build an XCFramework in the shell, but that also doesn't build an explicit maccatalyst folder (and doesn't have a Swift interface - just C). Can Catalyst support be added, please?
I am able to add the swift package to my Xcode project and build it successfully for iOS. However, it fails when building for Mac Catalyst.
<path>/SourcePackages/artifacts/c2pa-ios/C2PAC/C2PAC.xcframework:1:1 While building for Mac Catalyst, no library for this platform was found in ‘<path>/SourcePackages/artifacts/c2pa-ios/C2PAC/C2PAC.xcframework'.I see that I can build an XCFramework in the shell, but that also doesn't build an explicit maccatalyst folder (and doesn't have a Swift interface - just C). Can Catalyst support be added, please?