tags:

views:

264

answers:

1

Hi, is anybody able to use JSON framework on iPhone sdk 4,it is working fine on sdk 3.1.2 but not on iPhone sdk 4.

+1  A: 

I'm successfully able to use this framework on iOS4:

http://code.google.com/p/json-framework/

Avalanchis
Thanks Avalanchis, i am using the same framework,and if it is working for you it should for me also, think there is something else that is at fault,i'll debug it again.
TechThirsty
@TechThirsty are you using a old version of this framework?
jamone
I did copy the JSON folder into my project, as opposed to trying to link to it outside of my project if that helps.
Avalanchis
Thanks Avalanchis was able to build the project by copying the project and libjson.a into my project or else libjson.a gives error if we use the JSON framework as additional SDK,don't know why though.
TechThirsty
Glad I could help. Please accept my answer if it helped you. Thanks!
Avalanchis