While running the JSon application,I got three errors?
- by Madan Mohan
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
#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 Private path
please help me.
Thank You.