instamobile / messenger-iOS-chat-swift-firestore

Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
https://www.iosapptemplates.com
MIT License
756 stars 128 forks source link

'MessageInputBarDelegate' has been explicitly marked unavailable here #16

Open lonnylot opened 4 years ago

lonnylot commented 4 years ago

When I build on Xcode I receive:

'MessageInputBarDelegate' has been renamed to 'InputBarAccessoryViewDelegate'

Upon some research in MessageKit I've found:

https://github.com/MessageKit/MessageKit/blob/5e16637ffc1fb39f2c3f9bc3396bbee41118947d/Sources/Supporting/MessageInputBar.swift#L31

https://github.com/MessageKit/MessageKit/blob/413fd8f6ebad43efdde5f98be5fafb2e7986d83b/CHANGELOG.md#dependency-changes

So I suppose MessageKit should be pegged to a version in the Podfile, but I'm unsure what version it was intended for...