Ios ';ConnectyCube/ConnectyCube.h';找不到文件

Ios ';ConnectyCube/ConnectyCube.h';找不到文件,ios,objective-c,videochat,connectycube,Ios,Objective C,Videochat,Connectycube,我创建了新的Objective C项目,并安装了ConnectyCube视频通话和QMChat SDK。检查以下pod文件 # 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 d

我创建了新的Objective C项目,并安装了ConnectyCube视频通话和QMChat SDK。检查以下pod文件

# 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'文件未找到
错误


谢谢

据我所知,您尚未连接

ConnectyCube聊天API用作视频通话API的信号传输,因此,要开始使用视频通话API,您需要连接到聊天室

聊天视图控制器和iOS服务是附加SDK,它们不会取代核心SDK

请尝试根据此连接聊天SDK