Quickblox-WebRTC iOS: QBRTCVideoRenderer 属性 rendererView 错误,未知类型视图
Quickblox-WebRTC iOS: QBRTCVideoRenderer property has error for rendererView, unknown type view
我用过Quickblox-WebRTC,但无法导入swift个文件
这是我的 pod 文件:
platform :ios, '9.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'QuickBloxCall' do
pod 'QuickBlox', '~> 2.6.6'
pod 'Quickblox-WebRTC', '~> 2.2'
end
我在桥接中包含了 QuickbloxWebRTC 和 Quickblox header。
编译时出现以下错误:
谁能指出我做错了什么?
找到了。我的一个非常愚蠢的错误。只需添加#import <UIKit/UIKit.h
> 作为第一个语句
我用过Quickblox-WebRTC,但无法导入swift个文件
这是我的 pod 文件:
platform :ios, '9.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'QuickBloxCall' do
pod 'QuickBlox', '~> 2.6.6'
pod 'Quickblox-WebRTC', '~> 2.2'
end
我在桥接中包含了 QuickbloxWebRTC 和 Quickblox header。
编译时出现以下错误:
谁能指出我做错了什么?
找到了。我的一个非常愚蠢的错误。只需添加#import <UIKit/UIKit.h
> 作为第一个语句