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: 268
        
JSON
|objective-c
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.
© Stack Overflow or respective owner