MessageKit not working on swift 4.2

Created on 9 Oct 2018  路  11Comments  路  Source: MessageKit/MessageKit

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.
screen shot 2018-10-09 at 12 29 00 pm

question

Most helpful comment

Adding the line:
pod 'MessageKit', :git => '[email protected]:MessageKit/MessageKit.git', :branch => 'development'
with Swift 4.2 still not working:(

All 11 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheDarkCode picture TheDarkCode  路  3Comments

brandon-haugen picture brandon-haugen  路  3Comments

NiklasWilson picture NiklasWilson  路  4Comments

nitrag picture nitrag  路  3Comments

yspreen picture yspreen  路  3Comments