ios - Error in JSQMessages.h -
i added jsqmessageviewcontroller project. went bridging header file , added #import "jsqmessagesviewcontroller/jsqmessages.h" , following error in jsqmessages.h.
why xcode not able find it?

this answer might more opinion based, delete jsqmessagesviewcontroller folder, when drag project choose create groups instead of folders. won't have worry subdirectory issues
edit:
make sure looks when drag xcode (copy items if needed, create groups , add targets 'name of project' (not tests target) ) 
then should able see when in autocompletion when typing includes:

and should see jsqmessagesviewcontroller files in compile sources (i highlighted show you): 
if files aren't in there, click plus @ bottom of compile sources , select files in jsqmessagesviewcontroller subdirectory , click add.
hope helps!
Comments
Post a Comment