MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.6k stars 625 forks source link

Project Catalyst Support #1834

Open sohels opened 5 years ago

sohels commented 5 years ago

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

mindstormygit commented 4 years ago

+1

ericlmartinezo commented 4 years ago

+1

jjkaufman commented 4 years ago

+1 has anyone found a workaround?

glorysaber commented 3 years ago

+1

martinstoyanov commented 3 years ago

+1

wyllys66 commented 7 months ago

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?