iOS 引入支付宝 缺少 #include <openssl/asn1.h>  报错

 
 
解决方法:
在 Building Settings -> Search Paths -> Header Search Paths 里添加 aliPay.SDK(因为openssl/asn1.h就在这个文件夹里) 的路径进去就可以了
openssl/asn1.h file not found的解决方法——此种方法仅限一台设备运行工程时,如果想多台设备都可以操作,则需换一次设备更改一次路径。

相关文章:

  • 2022-03-07
  • 2022-02-06
  • 2021-07-24
  • 2022-12-23
  • 2021-10-19
  • 2021-10-29
  • 2021-09-02
  • 2021-05-17
猜你喜欢
  • 2021-04-06
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案