XCode not finding libgmalloc.dylib when deploying to iPhone
I've spent all night trying to figure out how to add this to the path, or set an environment variable, I even rebuilt a fresh XCode app. I'm stumped, and it's driving me crazy. Any help greatly appreciated. Here's the error I'm getting from the console:
Best,
John
warning: Unable to read symbols from "libgmalloc.B.dylib" (not yet mapped into memory).
Program loaded.
target remote-mobile /tmp/.XcodeGDBRemote-3592-218
Switching to remote protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
sharedlibrary apply-load-rules all
run
Running…
[Switching to thread 10755]
[Switching to thread 10755]
(gdb) continue
dyld: could not load inserted library: /usr/lib/libgmalloc.dylib
MBP, Mac OS X (10.5.3)