0

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

Community
  • 1
  • 1
SampathKumar
  • 2,525
  • 8
  • 47
  • 82

1 Answers1

1

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.

Community
  • 1
  • 1
Paresh Navadiya
  • 38,095
  • 11
  • 81
  • 132