I'm currently having an issue with integrating a specific cocoapod and was wondering if I could get some help/insight. I'm trying to integrate the JSQMessages pod, found here: https://github.com/jessesquires/JSQMessagesViewController.
When I add the pod to my Podfile and run pod install, I'm not able to import the project like I need to. It doesn't recognize it. I found out that this is because I need the use_frameworks! line in my Podfile. However, when I add that line, my project breaks because I use Google Maps and Braintree APIs through cocoapods as well, and those break with the use_frameworks line. I've encountered this problem in the past with other pods, but was able to fix them with manual import. This one doesn't seem as straightforward. I have a couple questions
- Looking at the pod, is it possible to do a manual import for JSQMessages pod?
- Is there a way also to use_frameworks for some pods and not for others, because that could solve it as well?
Any other solutions to my issue would be a big help as well! Please let me know as soon as possible!