Documentation/MANUAL_INSTALLATION.md
cd to your project directory, initialize git, and Add MessageKit as a git submodule by running the following command:$ git submodule add https://github.com/MessageKit/MessageKit.git
cd to the new MessageKit folder and trigger carthage update by the following command:$ carthage update --platform iOS
MessageKit folder, and drag the MessageKit.xcodeproj into the Project Navigator of your application's Xcode project. It should appear nested underneath your application's blue project icon.MessageKit.xcodeproj in the Project Navigator and verify the deployment target matches that of your application target.+ button under the "Embedded Binaries" section.MessageKit.xcodeproj folders each with two different versions of the MessageKit.framework nested inside a Products folder.MessageKit.framework for iOS and the bottom one for OS X.import MessageKit and build the project.