iOS 引入支付宝 缺少 #include <openssl/asn1.h> 报错
解决方法:
在 Building Settings -> Search Paths -> Header Search Paths 里添加 aliPay.SDK(因为openssl/asn1.h就在这个文件夹里) 的路径进去就可以了

——此种方法仅限一台设备运行工程时,如果想多台设备都可以操作,则需换一次设备更改一次路径。
openssl/asn1.h file not found的解决方法
原文:http://www.cnblogs.com/sandyzhang/p/5367688.html