Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法使用较新版本的 lib 文件(即“libWeChatSDK_armv7_armv7s.a”)编译我的代码
请给我解决方案。还将示例代码发送给特定的单个联系人。
也许你的构建设置是错误的。
您的项目的“有效架构”包括“x86_64”,但微信库不支持此架构。
为什么?我认为您项目的“支持的平台”是错误的。它应该是 iOS,而不是 Mac。