everytime I want to compile a project, the message window gives this message:
Compile Project, Target: project1: Exit code 1, Errors: 1
Fatal: Compilation aborted
i had exactly the same issue.
Even create a totally new console application, it throws the same error.
On the other side, one of my existing projects still compile without errors.
After searching and testing around whats the difference, i found out in the old project the 2 compiler modes (debug, release) activated, which is not in the new project.
After activating this 2 modes (project settings/compiler/configuration and targets/ modes/ Button'...'), also the new created application compile well and in both modes.
The compile error appears the first time after update to xcode 7.