William Jockusch
William Jockusch

Reputation: 27285

Xcode 4.02 consistently hanging during build of large project

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

Answers (1)

William Jockusch
William Jockusch

Reputation: 27285

The problem was that I was importing Foundation.h in the header of a C file.

Upvotes: 1

Related Questions