Hello,
I can't see the values of NSStrings and other object in the debugger. I get the "Summary unavailable" label on every object.
I think this might be because the @rpath is not set correctly, I get messages like:
Where can I set the @rpath for the debugger? (I tried project info/ build/ linking/ runpath search paths, but that didn't do the trick.)
Thanks,
kamo
I can't see the values of NSStrings and other object in the debugger. I get the "Summary unavailable" label on every object.
I think this might be because the @rpath is not set correctly, I get messages like:
Code:
warning: Unable to read symbols for "@rpath/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics" (file not found)
Where can I set the @rpath for the debugger? (I tried project info/ build/ linking/ runpath search paths, but that didn't do the trick.)
Thanks,
kamo