We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
MessageKit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I build on Xcode I receive:
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...The text was updated successfully, but these errors were encountered: