You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Xcode click File -> Swift Packages -> Add Package Dependency...
Paste the following URL: https://github.com/jsflax/mailcore2
On the Choose Package Options screen, under Rules switch from Version to Branch (Branch: master) will be the default
Click Next -> Next -> Finish
@jsflax Thanks so much, Jason! I'll use your fork. Unfortunately this project seems kind of abandoned now. Hopefully your changes will get merged as soon as possible.
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?
The text was updated successfully, but these errors were encountered: