Hi,
I have updated my project to swift 4.2 and i am using MessageKit (1.0.0) through cocoapods. But when i try to compile my code Message kit is giving error and is not getting compiled for the same.

In my view you have to use latest library. I am also using in Swift 4.2
In my view you have to use latest library. I am also using in Swift 4.2
I am using latest only. Can you please let me know the version? Mine is at 1.0.0
I am having the same issue!
You will have to use the development branch until the official release is made
How can I set development branch with cocoapod?
Sorry, I'm novice.
@hkim777
Add this line in your Podfile :
pod 'MessageKit', :git => '[email protected]:MessageKit/MessageKit.git', :branch => 'development'
@charvoa
Thx.. Ill try it.
This will be resolved by #910
Adding the line:
pod 'MessageKit', :git => '[email protected]:MessageKit/MessageKit.git', :branch => 'development'
with Swift 4.2 still not working:(
Adding the line:
pod 'MessageKit', :git => '[email protected]:MessageKit/MessageKit.git', :branch => 'development'
with Swift 4.2 still not working:(
did you find any solution ?
pod 'MessageInputBar'
Since MessageKit 2.0.0 you have to install MessageInputBar
Most helpful comment
Adding the line:
pod 'MessageKit', :git => '[email protected]:MessageKit/MessageKit.git', :branch => 'development'
with Swift 4.2 still not working:(