Not able to configure Zoom iOS Video SDK for React native

Versions :

“react”: “17.0.2”,
“react-native”: “0.66.4”,
Xcode : 14.1

Description :

i’m Using ZoomVideoSDK & ZoomVideoSDKScreenShare for React native (iOS)
Whenever i’m try to build my project getting Some Undefined symbol: Error

Undefined symbols for architecture arm64:
“_VTCompressionSessionCompleteFrames”, referenced from:
l349 in ZoomVideoSDKScreenShare
l356 in ZoomVideoSDKScreenShare
“_VTCompressionSessionCreate”, referenced from:
l350 in ZoomVideoSDKScreenShare
l357 in ZoomVideoSDKScreenShare
“_VTCompressionSessionEncodeFrame”, referenced from:
l352 in ZoomVideoSDKScreenShare
l359 in ZoomVideoSDKScreenShare
“_VTCompressionSessionInvalidate”, referenced from:
l349 in ZoomVideoSDKScreenShare
l356 in ZoomVideoSDKScreenShare
“_VTSessionSetProperty”, referenced from:
l350 in ZoomVideoSDKScreenShare
l357 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_AllowFrameReordering”, referenced from:
l350 in ZoomVideoSDKScreenShare
l357 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_AverageBitRate”, referenced from:
l350 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_DataRateLimits”, referenced from:
l350 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_ExpectedFrameRate”, referenced from:
l350 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_FieldCount”, referenced from:
l357 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_MaxFrameDelayCount”, referenced from:
l357 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_ProfileLevel”, referenced from:
l350 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_Quality”, referenced from:
l357 in ZoomVideoSDKScreenShare
“_kVTCompressionPropertyKey_RealTime”, referenced from:
l350 in ZoomVideoSDKScreenShare
l357 in ZoomVideoSDKScreenShare
“_kVTProfileLevel_H264_Baseline_AutoLevel”, referenced from:
l350 in ZoomVideoSDKScreenShare
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Hi @Dharmik ,

Can you please confirm following this guidance for react native and that the error is occurring when you enter the command yarn run ios?

Have you also tried some of the suggestions from stackoverflow for related issues? Some users found that updating their react-native version helped.

Hi @gianni.zoom

Can you please confirm following this guidance for react native and that the error is occurring when you enter the command yarn run ios?

  • Yes we have followed the above given steps. But still we face the same issue.

Have you also tried some of the suggestions from stackoverflow for related issues? Some users found that updating their react-native version helped.

  • We have followed the suggestions from Stackoverflow but still we are getting the same issue. Also we have updated the react-native version to 0.67.0.

Please check & update us for the further resolution at the earliest.

Hi @Dharmik , we have not seen this error, but I will try to reproduce! Thank you for your patience.

Hello Gianni,

thank you for reply , but still i’m stuck with that above issue so can please prefer me any installation demo or video for React Native (For iOS) so i can work further?

Thank you

Hi @Dharmik ,

Can you please confirm the source of the sdk ZoomVideoSDK & ZoomVideoSDKScreenShare is correct?

If the source is official, please check if the sdk ZoomVideoSDK and ZoomVideoSDKScreenShare you are using are the same version as React native app. For example, if the version of React native app you are trying to run is v1.5.3, then the version of ZoomVideoSDK and ZoomVideoSDKScreenShare should also be v1.5.3.

2 Likes

Hi @gianni.zoom @qing.peng ,

thank you for the support and now i’m successfully build the code

@Dharmik you are very welcome and thanks for sharing the feedback!

1 Like

@qing.peng , thanks so much for contributing to the Zoom Developer community with this input!

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