Search code examples
iosiphonexcodeparse-platformjsqmessagesviewcontroller

JSQMessages with Parse - Installation issue


I'm looking to implement JSQMessages into my existing Xcode project. I tried using CocoaPods but was unable to fix all the errors. I got so far as to only having an error with the Parse-lib not being found but after having no luck getting rid of it (had to do with the debug-iphoneos) I gave up and uninstalled all of the CocoaPods and returned to having my project with only Parse.

I read on the github page that you can install it manually just by putting the folder for JSQMessage and JSQSystemSoundPlayer into your folder project but I have not been able to figure that one out. So my question to you guys is if anyone knows the exact procedure of doing it manually, because simply putting them in your project folder and importing them both into my bridging file wasn't successful and Xcode gave me an error that it wasn't able to find the headerfiles.


Solution

  • First, I would recommend you to look on this library for implementing chat SlackTextViewController

    It could be installed via cocoapods or by dragging source of the library to your project.

    On my experience working with JSQMessages, it's too buggy when you have a lot of messages in the chat