Undefined symbols for architecture x86_64:
"_VTDecompressionSessionCreate", referenced from:
AgoraRTC::H264VideoToolboxDecoder::ResetDecompressionSession() in AgoraRtcEngineKit(libAgoraRTCEngine.a-x86_64-master.o)
"_kVTDecompressionPropertyKey_RealTime", referenced from:
AgoraRTC::H264VideoToolboxDecoder::ResetDecompressionSession() in AgoraRtcEngineKit(libAgoraRTCEngine.a-x86_64-master.o)
AgoraRTC::H264VideoToolboxDecoder::ConfigureDecompressionSession() in AgoraRtcEngineKit(libAgoraRTCEngine.a-x86_64-master.o)
"_VTDecompressionSessionDecodeFrame", referenced from:
AgoraRTC::H264VideoToolboxDecoder::Decode(AgoraRTC::EncodedImage const&, bool, AgoraRTC::RTPFragmentationHeader const*, AgoraRTC::CodecSpecificInfo const*, long long) in AgoraRtcEngineKit(libAgoraRTCEngine.a-x86_64-master.o)
After I imported Rongyun into the project, this error occurred. Basically, everything was compiled according to the requirements of the document. Why did this error occur?
VideoToolbox.framework is not imported