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.59k stars 623 forks source link

Having issues adding MailCore2 via SPM to iOS project #2003

Open cenisuru opened 3 months ago

cenisuru commented 3 months ago

Hello,

I'm trying to add MailCore2 to a SwiftUI project on Xcode 15 using Swift Package Manager. I followed the instructions in the wiki.

However when I import MailCore2 inside the project, I get the No such module 'MailCore2' error.

Has anyone faced this when adding the project using SPM? Any ideas on how to resolve this?