1

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

user1406716
  • 9,565
  • 22
  • 96
  • 151
  • try #import "JSQMessagesViewController/JSQMessages.h", it might be in a subfolder – Micaiah Wallace Apr 24 '15 at 22:08
  • yes that solved the problem. Feel free to add to the answer and i will mark it right. I ran into another problem IN JSQMessages.h, mind taking a look?: http://stackoverflow.com/questions/29858715/error-in-jsqmessages-h – user1406716 Apr 24 '15 at 22:42

1 Answers1

2

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

Micaiah Wallace
  • 1,101
  • 10
  • 17