Documentation
Refer the below documentation to setup CometChatSDK inside your iOS App.
Install Using Cocoapods
platform :ios, '10.0'
use_frameworks!
target 'MyApp' do
pod 'CometChatPro', '~> 2.0.0-beta1'
end
Install Manually
First: Download CometChatPro Here
Second :
Drag and drop CometChatPro.Framework to the root level of your project.
Add CometChatPro.Framework to Embedded Binaries as shown below:

