Open sohels opened 5 years ago
+1
+1
+1 has anyone found a workaround?
+1
+1
None of those dependencies use UIKit, that's not the issue. The problem is that none of the build-mac scripts for any of the dependencies builds proper Mac Catalyst targets. Until those libraries are built with a Catalyst target, Mailcore2 itself cannot properly be used in a Catalyst app either.
This has been an open issue for over 4 years, Catalyst is not new. Has anyone figured this out yet?
All Mailcore2 dependencies, including libetpan, ctemplate, etc need to be compiled for UIKit for Mac, ie x86_64 architecture using the iOS SDK. Currently this fails - any help / thoughts regarding this would be appreciated. If it helps, here's how CocoaPods & Carthage are approaching this:
https://github.com/CocoaPods/CocoaPods/issues/8877 https://github.com/Carthage/Carthage/issues/2799