So I try to debug an EXC_BAD_ACCESS
error by editing my scheme, enabling all the different checks.
But the damn compiler gives me this error:
dyld: could not load inserted library '/usr/lib/libgmalloc.dylib' because image not found
I've googled around, someone solved by installing some kind of OS X combo installer (OS X 10.7.3), but I'm already running a newer version.
My Xcode is up to date so what is going wrong here?