search

Home  >  Q&A  >  body text

ios - After importing Rongyun, command+B. Compilation failed.

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?

为情所困为情所困2783 days ago827

reply all(1)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-17 10:07:02

    VideoToolbox.framework is not imported

    reply
    0
  • Cancelreply