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
- #import "SBJSON.h"
- #import "NSObject+SBJSON.h"
- #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.