SampathKumar
SampathKumar

Reputation: 2545

JSON.h file not found in iPhone?

Possible Duplicate:
JSON.h : File not found when trying to import the JSON framework

Currently i am working in iphone application, Using JSON Parser to parse Local JSON files, so i have import JSON library in my project, then i tried to import the JSON.h file inside the header file, but the error comes in "JSON.h file not found". How to fix this? please help me.

Thanks in Advance

Below i have mentioned screen shot for your reference

enter image description here

Upvotes: 0

Views: 1267

Answers (1)

Paresh Navadiya
Paresh Navadiya

Reputation: 38259

Remove the JSON folder from your project and then re-add it.

Refer json-h-file-not-found-when-trying-to-import-the-json-framework link.

Upvotes: 1

Related Questions