PDA

View Full Version : Project Builder Shell Script Errors


OneSadCookie
2002.07.07, 07:17 PM
I have a shell script build phase in my target which builds a third-party unix library via cd someplace; ./configure; make; make install.

Whenever this shell script runs, Project Builder pops up a long succession of dialog boxes, all displaying the same error:

File: pbxindex/PBXProjectIndex.m
Line: 2577
Object: <PBXProjectIndex:0x03d03520>
Method: indexOfSourceFileSucceeded

Assertion failed: NSCountMapTable(_suspendedFiles) == 0

It seems like I get one of these boxes each time the shell script creates a new process (or perhaps ends a process).

Does anyone know a) if I'm doing anything wrong or if this is just a bug in PB, and b) if there's some way to fix it? Clicking "Continue" 100 times isn't much fun...

OneSadCookie
2002.07.07, 09:34 PM
I just counted 112 errors for a clean build :(

New impression: looks like only gcc & as cause the error, but once it's appeared once, every invocation of those tools (including those normally generated by PB) will cause it. I could be wrong, though.