candyan / taste-of-iOS

iOS Develop Getting Started
BSD 3-Clause "New" or "Revised" License
28 stars 5 forks source link

谢谢贡献,出了一个问题一直没有找到。 #1

Open Darkhorse-Fraternity opened 9 years ago

Darkhorse-Fraternity commented 9 years ago

'openssl/asn1.h' file not found #include <openssl/asn1.h>

按着支付宝的Demo 来,但是出错了。说找不到openssl的文件夹。求帮助。

candyan commented 9 years ago

@Darkhorse-Fraternity

支付宝没有带openssl吧。

如果你用pod的话 可以 pod 'OpenSSL', '~> 1.0.110'

如果不用可以在 https://www.openssl.org/source/openssl-1.0.1j.tar.gz 下一个openSSL lib 导入你工程里面。