两者均实现了RTCCVPixelBuffer类,将使用两者之一。哪一个未定义

时间:2019-03-27 07:43:48

标签: swift class webrtc swift4 rtcc

我对类RTCCVPixelBuffer中包含的依赖项有疑问。

我在我的iOS应用中使用OpenTok SDK。当我尝试运行该应用程序时,出现了一个充满错误的控制台,例如:

  

类RTCCVPixelBuffer在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/中都实现PrivateFrameworks / WebCore.framework / Frameworks / libwebrtc.dylib(0x11d0aa160)和/ Users / PrakharBhardwaj / Library / Developer / CoreSimulator / Devices / 973561FB-0A4E-4D10-82C8-BC447940DD34 / data / Containers / Bundle / Application / 786DB5B1-EC67 49EF-B6A9-FFC7E2FFEC90 / EvueMe.app / EvueMe(0x109690c70)。将使用两者之一。哪个未定义。

这是我的Podfile的内容:

# platform :ios, '9.0'

target 'evueme' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for evueme
pod 'OpenTok'
end

1 个答案:

答案 0 :(得分:1)

这可能与此WebRTC bug有关。