4

我对 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 的内容:

# 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
4

1 回答 1

3

这可能与此WebRTC 错误有关。

于 2019-03-27T08:21:33.187 回答