Reputation: 27285
I am working on a large project. Whenever I tell it to build, Xcode 4.02 hangs. Yeah, I should report the bug, and maybe it will be fixed someday. In the meantime, has anyone else encountered this difficulty? If so, how did you solve it?
Upvotes: 0
Views: 707
Reputation: 27285
The problem was that I was importing Foundation.h in the header of a C file.
Upvotes: 1