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?

enter image description here

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) ) drag-n-drop folder xcode

then should able see when in autocompletion when typing includes:

autocomplete

and should see jsqmessagesviewcontroller files in compile sources (i highlighted show you): selected jsqmessagesviewcontroller files

if files aren't in there, click plus @ bottom of compile sources , select files in jsqmessagesviewcontroller subdirectory , click add.

hope helps!


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -