chaimPaneth / react-native-zoom-bridge

23 stars 15 forks source link

IOS build failed #11

Closed prateekagarwal721 closed 4 years ago

prateekagarwal721 commented 4 years ago

Undefined symbols for architecture armv7: "_kMeetingParam_MeetingPassword", referenced from: -[RNZoomBridge joinMeetingWithPassword:withMeetingNo:withPassword:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o) "_kMeetingParam_Username", referenced from: -[RNZoomBridge joinMeeting:withMeetingNo:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o) -[RNZoomBridge joinMeetingWithPassword:withMeetingNo:withPassword:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o) "_kMeetingParam_MeetingNumber", referenced from: -[RNZoomBridge joinMeeting:withMeetingNo:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o) -[RNZoomBridge joinMeetingWithPassword:withMeetingNo:withPassword:withResolve:withReject:] in libRNZoomBridge.a(RNZoomBridge.o) "_OBJCCLASS$_MobileRTCMeetingStartParam4WithoutLoginUser", referenced from: objc-class-ref in libRNZoomBridge.a(RNZoomBridge.o) "_OBJCCLASS$_MobileRTC", referenced from: objc-class-ref in libRNZoomBridge.a(RNZoomBridge.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am getting this error while running on simulator and using development sdk

chaimPaneth commented 4 years ago

This error usually means either that you have the production SDK or that you have no SDK at all (or that the headers weren't renamed properly as mentioned in the docs).

Are you sure you have the dev SDK in and you cleaned the project before build (might help to clean Derived Data folder as well). Also it's important to run pod install after you put in the dev SDK either manually or by using the bash script.

Does this help?

chaimPaneth commented 4 years ago

Closing due to inactivity.