zhanguangao / react-native-weibo-login

React Native 微博登陆模块
13 stars 11 forks source link

编译Xcode编译ios 提示相关符号找不到 #11

Closed fanzhiri closed 3 years ago

fanzhiri commented 5 years ago

Undefined symbols for architecture arm64: "_OBJCCLASS$_WBAuthorizeResponse", referenced from: objc-class-ref in libRCTWeiBo.a(RCTWeiBo.o) "_OBJCCLASS$_WBSendMessageToWeiboResponse", referenced from: objc-class-ref in libRCTWeiBo.a(RCTWeiBo.o) "_OBJCCLASS$_WBAuthorizeRequest", referenced from: objc-class-ref in libRCTWeiBo.a(RCTWeiBo.o) "_OBJCCLASS$_WeiboSDK", referenced from: objc-class-ref in libRCTWeiBo.a(RCTWeiBo.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

zxcwdta commented 4 years ago

I had this issue before and the way I fixed it is by creating a new scheme. Hopefully that will fix your problem as well.