-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
When upgrading from MessageKit 3.3.0 to MessageKit 4.0.0, on Xcode 13.4.1 (13F100) I get the following error:
Malformed input JSON: Plugin declared with buildToolcapability but doesn't conform toBuildToolPlugin protocol
To Reproduce
All I did was remove the MessageKit cocoapod dependency, then add the MessageKit SPM dependency. I have restarted Xcode, cleaned the build project, and am attempting to download Xcode 14 Beta 3 to see if that fixes anything.
Expected behavior
MessageKit should not fail the build.
Environment
- What version of MessageKit are you using? - 4.0.0
- What version of iOS are you running on? - N/A - Project does not build
- What version of Swift are you running on? - Swift 5
- What device(s) are you testing on? Are these simulators? - N/A - Project does not build
- Is the issue you're experiencing reproducible in the example app? - N/A - Project does not build
