I'm trying to setup the iPhone Unit Testing framework from google-toolbox-for-mac. I've got a simple unit test created and try and build it and receive the following error. A coworker of mine can use the same project and build successfully on his machine. For the life of me I can't figure out what I might be missing. Below is the error message I see. Does anyone have any insights?
No matching processes belonging to you were found
mkdir(1073) malloc: protecting edges
mkdir(1073) malloc: recording malloc stacks to disk using standard recorder
mkdir(1073) malloc: enabling scribbling to detect mods to free blocks
mkdir(1073) malloc: process 1059 no longer exists, stack logs deleted from /tmp/stack-logs.1059.mkdir.QDKY28.index
mkdir(1073) malloc: stack logs being written into /tmp/stack-logs.1073.mkdir.KrpE2L.index
Detected an attempt to call a symbol in system libraries that is not present on the iPhone: getopt$UNIX2003 called from function ??? in image mkdir.
If you are encountering this problem running a simulator binary within gdb, make sure you 'set start-with-shell off' first.
/Developer/google-toolbox-for-mac/UnitTesting/RunIPhoneUnitTest.sh: line 150: 1073 Abort trap mkdir "$CFFIXED_USER_HOME"
Command /bin/sh failed with exit code 134