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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top