I have used Quickblox-WebRTC, but it fails to import in swift files
Here is my pod file looks like:
platform :ios, '9.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'QuickBloxCall' do
pod 'QuickBlox', '~> 2.6.6'
pod 'Quickblox-WebRTC', '~> 2.2'
end
I have included the QuickbloxWebRTC and Quickblox in my Bridging header.
And I am getting below error while compiling:
Can somebody point out what I did wrong?
Found it. Very silly mistake of mine. Just add #import <UIKit/UIKit.h
> as first statement