Search code examples
iosxcodeswiftjsqmessagesviewcontroller

JSQMessages.h not found


I added JSQMessageViewController to my project. I went to the bridging header file and added #import <JSQMessages.h>' and I get the errorJSQMessages.h not found'.

Why is Xcode not able to find it?

enter image description here


Solution

  • try #import "JSQMessagesViewController/JSQMessages.h", it might be in a subfolder since the icon in your sidebar is blue.