安装
1、从github上拉代码下来:
1
|
git clone https:
//github
.com
/MailCore/mailcore2/
|
1
2
3
4
5
6
7
|
a、Link Binary With Libraries 添加:
libMailCore-ios.a
CFNetwork.framework
Security.framework
b、Target Dependencies 添加:
static mailcore2 ios
|
1
2
3
4
5
|
a、Other Linker Flags 设置:
-luchardet-ios -lctemplate-ios -letpan-ios -lxml2 -lsasl2 -liconv -ltidy -lz -lc++ -stdlib=libc++ -ObjC
b、C++ Standard Library 设置:
libc++
|