Error while integrating meetingSDK in react native for iOS

Meeting SDK Type and Version:
Meeting SDK for react native - v0.0.1

###Description:
When I am trying to integrate meetingSDK in react native for iOS, I have followed the steps mentioned in the documentation, copied the lib folder into the ios folder, added the frameworks into the xcode frameworks but build is failing throwing the below error.

###Error:
ld: Undefined symbols:
_VTCompressionSessionCompleteFrames, referenced from:
l059 in MobileRTCScreenShare
l066 in MobileRTCScreenShare
_VTCompressionSessionCreate, referenced from:
l060 in MobileRTCScreenShare
l067 in MobileRTCScreenShare
_VTCompressionSessionEncodeFrame, referenced from:
l062 in MobileRTCScreenShare
l069 in MobileRTCScreenShare
_VTCompressionSessionInvalidate, referenced from:
l059 in MobileRTCScreenShare
l066 in MobileRTCScreenShare
_VTSessionSetProperty, referenced from:
l060 in MobileRTCScreenShare
l060 in MobileRTCScreenShare
l060 in MobileRTCScreenShare
l060 in MobileRTCScreenShare
l060 in MobileRTCScreenShare
l060 in MobileRTCScreenShare
l067 in MobileRTCScreenShare
l067 in MobileRTCScreenShare
l067 in MobileRTCScreenShare
l067 in MobileRTCScreenShare
l067 in MobileRTCScreenShare
l067 in MobileRTCScreenShare

_kVTCompressionPropertyKey_AllowFrameReordering, referenced from:
l060 in MobileRTCScreenShare
l067 in MobileRTCScreenShare
_kVTCompressionPropertyKey_AverageBitRate, referenced from:
l060 in MobileRTCScreenShare
_kVTCompressionPropertyKey_DataRateLimits, referenced from:
l060 in MobileRTCScreenShare
_kVTCompressionPropertyKey_ExpectedFrameRate, referenced from:
l060 in MobileRTCScreenShare
_kVTCompressionPropertyKey_FieldCount, referenced from:
l067 in MobileRTCScreenShare
_kVTCompressionPropertyKey_MaxFrameDelayCount, referenced from:
l067 in MobileRTCScreenShare
_kVTCompressionPropertyKey_ProfileLevel, referenced from:
l060 in MobileRTCScreenShare
_kVTCompressionPropertyKey_Quality, referenced from:
l067 in MobileRTCScreenShare
_kVTCompressionPropertyKey_RealTime, referenced from:
l060 in MobileRTCScreenShare
l067 in MobileRTCScreenShare
_kVTProfileLevel_H264_Baseline_AutoLevel, referenced from:
l060 in MobileRTCScreenShare
clang: error: linker command failed with exit code 1 (use -v to see invocation)

You can refer the documentation here: Integrate the SDK | MSDK | React Native