Did anyone tried to install JSQMessagesViewController manually without using cocoa pods? I tried to download JSQMessagesViewController project and add its sdk to my project but it's not working... Do I need to add some binaries?
Step by step what I have done:
- I cloned project from GitHub
- Copied downloaded project folder to my project folder
- Opened the new downloaded folder, and dragged the JSQMessages.xcodeproj into the Project Navigator of my application's Xcode project
- the same I've done with JSQSystemSoundPlayer
- I added
#import <JSQMessagesViewController/JSQMessages.h>
to bridging header
Error: