Skip to content

Commit

Permalink
v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
suryansh-cometchat committed Apr 17, 2024
1 parent 6f77fbf commit dbccc61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'CometChatSwift' do
use_frameworks!

# Pods for CometChatSwift
pod 'CometChatUIKitSwift', '4.3.3'
pod 'CometChatUIKitSwift', '4.3.4'
pod 'CometChatCallsSDK', '4.0.2'

end
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ This reference application showcases the integration of [**CometChat's iOS UI Ki
```sh
pod install
```
If you are getting some error try running
```sh
pod install --repo-update
```

4. In Xcode, open the project by opening `cometchat-sample-app-ios/CometChatSwift.xcworkspace`

Expand Down

0 comments on commit dbccc61

Please sign in to comment.