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 627 forks source link

Linker Error #326

Closed jwmock closed 11 years ago

jwmock commented 11 years ago

This isn't so much a real error with MailCore as it is a plea for help. I just pulled the latest version of MailCore into my project (iOS), and now I'm getting all sorts of linker errors (see image below). I've verified that everything has been setup as per the instructions for iOS. Anyone know what might be going on? I have a feeling I'm missing something super trivial here...

screen shot 2013-08-20 at 2 56 13 pm

dinhvh commented 11 years ago

Could you try to pull the latest commit and try again?

dinhvh commented 11 years ago

Main thing is that you should be build for the following architectures: armv7 and armv7s.

Hoa V. Dinh

On Tuesday, August 20, 2013 at 12:00 PM, James Mock wrote:

This isn't so much a real error with MailCore as it is a plea for help. I just pulled the latest version of MailCore into my project (iOS), and now I'm getting all sorts of linker errors (see image below). I've verified that everything has been setup as per the instructions for iOS. Anyone know what might be going on? I have a feeling I'm missing something super trivial here...

— Reply to this email directly or view it on GitHub (https://github.com/MailCore/mailcore2/issues/326).

jwmock commented 11 years ago

Thanks, Hoa! This time for whatever reason, pulling again fixed the problem. I'd tried that, but who knows what other pieces fell into place.