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.61k stars 624 forks source link

Error: Showing All Messages https://github.com/MailCore/mailcore2 has no Package.swift manifest for version 0.6.4 #1894

Closed sutefu23 closed 3 years ago

sutefu23 commented 3 years ago

Hi. Thank you for developing great package!

I follow this guidance using Swift Package Manager. https://github.com/MailCore/mailcore2/blob/master/build-mac/README.md

1 . In Xcode click File -> Swift Packages -> Add Package Dependency...

  1. Paste the following URL: https://github.com/MailCore/mailcore2

I can go to step 2 easily but when I click "next" button , the following error has been occurred every time.

Showing All Messages https://github.com/MailCore/mailcore2 has no Package.swift manifest for version 0.6.4

I tried specify other version but same error was occurred.

Do you have any help? Thank you.

Xcode 12.0 Swift 5.3.1 MacOS Big Sur

mjbellantoni commented 3 years ago

It looks like the manifest is only available on the master branch as of this writing.

sutefu23 commented 3 years ago

Hi, Matthew. Wow! I did it. I really appreciate for you.

When I import Package, I've just select 'version' as by default. I had to select 'Branch master'.

Thank you so much.

ScreenShot2020-12-14 15 13 34