Getting Undefined Symbols erros while trying build and run in iOS Device

Description
I have added the MobileRTC.xcframework, MobileRTCScreenShare.xcframework, MobileRTCResources.bundle, set the bitcode to no, added -lc++,-ObjC in the other linker flags, set the bundles to Embed & Sign. but am getting undefined symbols errors like 32 of them.

Which iOS Meeting SDK version?
I am using v5.7.1.1267.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots

Smartphone (please complete the following information):

  • Device: iPhone SE 2nd gen
  • OS: iOS 14

Additional context
Add any other context about the problem here.

Hey @spraveen,

Thanks for using the dev forum!

Did you have separate targets for the ScreenShare framework and the main framework?
The screenshare framework should only be put into a broadcast extension.

Thanks!
Michael

Hey @Michael_Condon thanks for replying I didn’t understand what do you mean by
“The screenshare framework should only be put into a broadcast extension.”

Hey @spraveen,

So if you would like to use screensharing in your application you need to create a separate target in your xcode project for it. There are instructions for this here: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/mastering-zoom-sdk/in-meeting-function/screen-share#broadcast-device-screen

Thanks!
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.