While running the JSon application,I got three errors?

Posted by Madan Mohan on Stack Overflow See other posts from Stack Overflow or by Madan Mohan
Published on 2010-03-12T09:58:56Z Indexed on 2010/03/12 13:37 UTC
Read the original article Hit count: 206

Filed under:
|

I added it from existing files JSON floder and also added the framework and import the "JSON/JSON.h". After that while running apps, It is giving three erros that is no such files, they are

  1. #import "SBJSON.h"
  2. #import "NSObject+SBJSON.h"
  3. #import "NSString+SBJSON.h"

When i select framework, Two of the files containing in it Headers and PrivateHeaders is red in colour. Do I need to set the Header and Private path please help me. Thank You.

© Stack Overflow or respective owner

Related posts about JSON

Related posts about objective-c