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
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
@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
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
@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.