reactor-studio / react-native-zoom-sdk

React Native wrapper for Zoom.us
30 stars 13 forks source link

Linker error #2

Closed asciiman closed 5 years ago

asciiman commented 6 years ago

Thank you for writing this library.

Any idea why I'm getting the following error on ios?

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_CMMotionManager", referenced from:
      objc-class-ref in MobileRTC
  "_OBJC_CLASS_$_RPScreenRecorder", referenced from:
      objc-class-ref in MobileRTC
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'm using v4.1.20273.0206 of the zoom ios sdk.

asciiman commented 6 years ago

It looks like react-native-zoom-sdk broke with the latest iOS zoom sdk. If I install v4.1.12640.1103 it works fine.