0

i have drag and drop ziparchive to my xcode (xcode version 4.3.2) project,
i have also checked the

"Copy items into destinations group's folder" (if needed)  

and

"Create groups for any added folders"

But i am getting the following errors(see the image attached).
I really dont know how to fix that, whats the problem here?

1 Answer 1

1

Have a look at a header that you have written recently. When such errors happen to me it's usually because one of my header files is malformed. Which means that it runs on into other headers that are imported by other classes.

1
  • It has to do with several imports in the .Prefix.pch file. In my case it was the headers of ASIHTTP, TBXML, own classes with singleton pattern AND the imports of my Entitys. I have set the import to the classes where i need them and the errors are gone. Thank you.
    – brush51
    Commented May 24, 2012 at 8:11

Not the answer you're looking for? Browse other questions tagged or ask your own question.