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...
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...