I'm trying to compile my iOS project with Xcode but my file won't compile anymore. It's the AppDelegate and I didn't modified it.
Here is a screenshot of the Xcode error:

My file list :

|
I'm trying to compile my iOS project with Xcode but my file won't compile anymore. It's the AppDelegate and I didn't modified it. Here is a screenshot of the Xcode error:
My file list :
|
||||
| show 3 more comments |
#include "Pixamaz_AppDelegate.h"in a.cfile (or maybe a.cppfile). – rob mayoff Jul 14 '12 at 7:29*.pch), perhaps under the collapsed "Support Files"? If so, that file is implicitly included before everything that's compiled...maybe it contains something that affects this compilation. – Kevin Grant Jul 14 '12 at 7:48