문제

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