0

ライブラリに存在するプロジェクトにメールコア フレームワークを追加しようとしましたが、プロジェクトに追加されませんでした。この問題を解決するために誰か助けてください。前もって感謝します。

4

2 に答える 2

0

One way is to use reMail. remail uses mailcore, and since its acquisition by google, is open source.

Another way is to actually build mailcore.

GETTING STARTED

The best way to start learning MailCore is by reading through documentation intro (in index.html) and the the included example projects. To run the example projects:

  1. Copy MailCore.framework to your ~/Library/Frameworks folder.

  2. In each example project, add ~/Library/Frameworks/MailCore.framework to the list of Linked Frameworks.

  3. Build it!

The documentation isn't as detailed as I'd like. Sorry about that! If something isn't clear try reading the source included or contact me.

CONTACT INFO

MailCore by Matt Ronge http://www.mronge.com mronge@mronge.com

LICENSE

Licensed under BSD, see LICENSE.txt for more information.

Based on LibEtPan and work done by Dinh Viet Hoa.

From the Getting Started documentation on the project:

IPHONE USE

MailCore has an included iPhone target, but it requires some additional compiled binaries (OpenSSL and CyrusSSL). I am unable to currently provide these, however the company Remail is offering the binaries and a compiled copy of MailCore for the iPhone. Contact Remail for more information:

mailcore@remail.com

It seems like you'd need to get those before building against the iPhone target.

于 2011-12-01T13:13:54.430 に答える
0

指示を読んだ後、彼は MailCore フレームワークを追加するようには言いませんでした。まさに図書館。そのようにしてみてください。

于 2014-07-13T10:12:52.823 に答える