Please take a look at:
iPhone: repeated character error?
Select the project navigator in the right sidebar. Double-click your project (top element).
Now open the assembly phase tab. There is a section called Compile Sources. Open it, check if there is a duplicate file to which the error belongs.
My json-framework installation
Just added these files to my project

Each .m file here only once

In the class, I need JSON analysis, which I just import:
#import "JSON.h"
source share