我创建了新的 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
错误。
谢谢