Class RTCCVPixelBuffer 在两者中都实现了,将使用两者之一。哪个是未定义的

Class RTCCVPixelBuffer is implemented in both, One of the two will be used. Which one is undefined

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

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

Class RTCCVPixelBuffer is implemented in both /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) and /Users/PrakharBhardwaj/Library/Developer/CoreSimulator/Devices/973561FB-0A4E-4D10-82C8-BC447940DD34/data/Containers/Bundle/Application/786DB5B1-EC67-49EF-B6A9-FFC7E2FFEC90/EvueMe.app/EvueMe (0x109690c70). One of the two will be used. Which one is undefined.

这是我的播客文件的内容:

# Uncomment the next line to define a global platform for your project
# 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

这可能与此WebRTC bug有关。