+[WXApi registerApp:universalLink:]: unrecognized selector sent to class 崩溃问题

崩溃场景:项目之前手动融入了较老的微信SDK版本,老版本中并没有universalLink,下载新的SDK后依然崩溃.

崩溃的原因在于删除老版本的时候你一定是点击了Remove Reference

image.png

这样的删除后,Build Phases-> Link Binary with Libraries依然是链接到老版本的libWeChatSDK.a,它依然存在项目的文件夹中,即是你拖入了新的SDK

你必须直接将老版本删除到废纸篓里,然后将新的微信SDK拖入项目中


image.png

image.png

重新编译运行OK
微信SDK-iOS资源下载

你可能感兴趣的:(+[WXApi registerApp:universalLink:]: unrecognized selector sent to class 崩溃问题)