本文介绍了如何在我的IOS项目中使用Mailcore框架?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有iphone下载mailcore从文档:

MailCore有一个包含iPhone
的目标,但它需要一些
的额外编译二进制文件(OpenSSL
和CyrusSSL)。我目前无法提供这些
,但是
公司的Remail正在为iPhone提供
二进制文件和
MailCore的编译副本。联系
Remail获取更多信息:

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:

[email protected]

[email protected]

在构建iPhone目标之前,您似乎需要获取这些内容。

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

这篇关于如何在我的IOS项目中使用Mailcore框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 16:07