I had created the new Objective C project and installed ConnectyCube Video call and QMChat SDK. Check the following pod files.
# 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
When i run the project, I'm getting 'ConnectyCube/ConnectyCube.h' file not found
error.
Thanks