WeChat SDK on arm64

后端 未结 3 818
清酒与你
清酒与你 2020-12-16 04:25

I was trying to use libWeChatSDK.a library in my iPhone application and on iPhone 5 it works as it should. However I encountered problems with the newest iPhone

相关标签:
3条回答
  • 2020-12-16 04:57

    As far as I know, it's available now.

    But If you're not good at Chinese, just download it by tap here.

    0 讨论(0)
  • 2020-12-16 05:01

    the link to the arm64 library does work (confirmed) however the code will not compile unless you also add libc++.dylib library to your project. This is not mentioned in any other links!

    I spent hours searching for this. Enjoy.

    0 讨论(0)
  • 2020-12-16 05:12

    Don't build your app for architecture arm64. libWeChatSDK.a is apparently only built for 32 bit targets. There is no real penalty for running 32 bit architecture code on the 64bit iPhone/iPads.

    0 讨论(0)
提交回复
热议问题