Building a bunch of projects, now saved for Xcode 3 -only,
and set for parallel + distributed build, which compile fine.
Increasingly, however, I'm getting Internal Errors like the following:
File: /SourceCache/DevToolsBase/DevToolsBase-921/pbxcore/
Infrastructure/XCWorkQueue.m
Line: 366
Object: <XCWorkQueue:0x047e68b0>
Method: activateNextProcessableCommand
Assertion failed: _currentPhaseNumber == NSNotFound ||
candidateCommandPhase == _currentPhaseNumber
..or the last line might be:
Assertion failed: candidateCommandPhase == _currentPhaseNumber
The error dialog lets me click on "continue", but it keeps
popping up about 50-60 times. After clicking, things will build,
yet I'm very concerned about the integrity of the
build binaries.
I have also done the usual index rebuilding and
cleaning, etc.
Could anyone help?
How do I diagnose and fix the problem.
I cannot seem to find any docs about this.