Integrating Zoom SDK in iOS

Hello All, I am getting following error while integrating Zoom SDK in my existing project.

I have added all the framework and linker flags from this link; https://developer.zoom.us/docs/ios/development-environment-setup/

Undefined symbols for architecture arm64:

  “_OBJC_CLASS_$_RPScreenRecorder”, referenced from:

      objc-class-ref in MobileRTC

  “_OBJC_CLASS_$_CMMotionManager”, referenced from:

      objc-class-ref in MobileRTC

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

|

I found the solution,
ReplayKit.framework and CoreMotion.framework cannot support in Simulator, and I set the status from Required to Optional, In Link binary.

|

 

 

Closing as solved.

-Tommy