我创建了一个新的Objective C项目,并安装了ConnectyCube Video call和QMChat SDK。检查以下容器文件。
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Connecty' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for Connecty
pod 'QMChatViewController', :git => 'https://github.com/ConnectyCube/ios-chat-view-controller.git', :branch => 'master'
pod 'QMServices', :git => 'https://github.com/ConnectyCube/sdk-ios-services.git'
pod 'ConnectyCubeCalls'
target 'ConnectyUITests' do
inherit! :search_paths
# Pods for testing
end
end
当我运行项目时,我收到'ConnectyCube/ConnectyCube.h' file not found
错误。
在此处输入图像描述
谢谢
据我了解,您尚未连接ConnectyCube iOS聊天SDK。
ConnectyCube Chat API 用作视频通话 API 的信令传输,因此为了开始使用视频通话 API,您需要连接到聊天。
聊天视图控制器和 iOS 服务是额外的 SDK,它们不会取代核心 SDK。
请根据本指南尝试连接聊天SDK。