views:

23

answers:

0

I added it from existing files JSON folder and also added the framework and import the "JSON/JSON.h". After that while running apps, It is giving three errors 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 PrivateHeaders path?

please help me. Thank You.