React Native Video SDK 1.10.10

I am using zoom video sdk for react native version 1.10.10,
it works fine on android. But in ios the project is not building.

in my podfile , I have added ZoomVideoSdk.

can anyone help me with what I am doing wrong here

Screenshot 2024-03-11 at 11.40.06 AM
Screenshot 2024-03-11 at 11.39.43 AM

@chunsiong.zoom @elaine.ku @ekaansh.zoom can you help me here

Hi @sandeep.mohanan,

Thanks for posting your question on our Developer Forum.
Would you please share the screenshot of the Xcode build information which will provide more detail on which symbol is undefined?
Thank you

Build information will be located in the below screenshot.

Elaine

@elaine.ku

Hi @sandeep.mohanan ,

Would you please try to update the iOS development target version to a newer version to see whether the issue still be seen? The error seems not related to our react native plugin.
Thank you

Elaine

HI @elaine.ku ,

I changed the deployment target but still running into issues.


@elaine.ku Hi Elaine, can you help me here, in physical device it works fine , but when I run on simulator it fails

Hey @sandeep.mohanan your iOS simulator deployment target is set to 11.0 while the deployment requires 12+ as stated in the error message you posted. Have you tried to update the simulator target version?

You’ve probably set this in the podfile, here are a couple answers on how to update it. First just try running npx pod-install in the root of your folder and see if it’s resolved.