I have two projects which both use JSQMessagesViewController, however in one of them I am getting the error: \"Could not build Objective-C module \'JSQMessagesViewController
I fixed the problem by going through the following steps:
try to install the latest version of JSQMessagesViewController which is on develop right now through (pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop') it worked for me ..