iphone - Importing Objective-C JSON Framework in Xcode 4 -


the instructions installing json framework seem older versions of xcode. i'm relatively unfamiliar xcode , can't figure out how import framework project. selected of files in "classes" folder (json.h, nsobject+json.h, etc.) comes in download, dragged them main area of project, , added #import <json/json.h> viewcontroller's .h , .m files, , no such file or directory error json/json.h

what doing incorrectly here?

if you’ve placed files under classes group , haven’t taken further action, they’re @ root of project directory. such, import as

#import "json.h" 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -