My pods file:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
target 'MyProject'
pod 'GoogleMaps'
pod 'Firebase'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'JSQMessagesViewController'
I am having the hardest time ever implementing this on my app. First, I installed pods (googlemaps, firebase and JSQMessagesVC), and the first two work just fine, however, JSQMVC does not. Xcode tells me that the module doesn't exist, or sometimes i tells me "could not build Objective-C module 'JSQMessagesViewController'"... and I just simply don't know what to do.
When I install pods, by "use frameworks!", according to google, it should just work... but it doesn't. I then tried implementing the bridging file, but then it tells me that no file exists (#import "JSQMessages.h"), so I import the exact file path "#import "Pods/JSQMessagesViewController/JSQMessagesViewController/JSQMessages.h"" but then, JSQMessages.h imports also JSQMVC files that Xcode says they don't exist. They do. I tried to put manually the path for each file, but it still insists it doesn't exist...
There are two tutorials online using this framework in Swift... however, I am not getting it to work following none of them... maybe cuz they're too old? :@ this is really annoying.
I'm using Using JSQMessagesViewController (7.3.4) Using JSQSystemSoundPlayer (2.0.1) and pod --version 1.0.1