xcode ld: library not found for -lWechatOpenSDK

131 阅读1分钟

处理方法:podfile中把WechatOpenSDK删除,然后pod install一下.然后再把WechatOpenSDK加到podfile中,然后再pod install一下.