How to add mailcore framework in iphone project
I have downloaded mailcore for ios but I'm unable to add it to my iphone project. 开发者_JAVA百科Any help or pointers would be welcome.
http://code.google.com/p/remail-iphone/
remail uses mailcore, and since its acquisition by google, is open source.
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:
Copy MailCore.framework to your ~/Library/Frameworks folder.
In each example project, add ~/Library/Frameworks/MailCore.framework to the list of Linked Frameworks.
Build it!
The documentation isn't as detailed as I'd like. Sorry about that!
精彩评论