ios - 找不到“ConnectyCube/ConnectyCube.h”文件

标签 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 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 错误。

enter image description here

谢谢

最佳答案

据我了解你还没有连接ConnectyCube iOS Chat SDK然而。

ConnectyCube Chat API 用作 Video Calling API 的信号传输,因此要开始使用 Video Calling API,您需要连接到 Chat。

Chat View Controller 和 iOS Services 是额外的 SDK,它们不会取代核心 SDK。

请根据这个guide尝试连接Chat SDK。 .

关于ios - 找不到“ConnectyCube/ConnectyCube.h”文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51925093/

相关文章:

objective-c - 要在 objective-c 中使用 UTType 要包含什么 header ?

ios - 跨关系分配数据时 objective-c 指针指向 'int *' 错误

ios - Tableview 不重新加载数据

iphone - 奇怪的 GameKit 行为。还有其他人看到这个吗?

objective-c - 如何检测 subview 中的点击手势

ios - 如何提取iOS日历中的假期?

ios - UITableView 是否使用 dequeueReusableCellWithIdentifier?

swift - 使用适用于 IOS 的视频聊天 api,无需管理服务器端

ios - iOS 上的 WebRTC : How to establish good video quality?

android - Android 中的 Applozic 视频通话