often when debugging with XCode3.2 a lot of warnings appear about missing object files in 3rd party things that I don't want to debug anyway. e.g.
warning: Could not find object file blah/blah/... - no debug information available for blah/blah/...
Is there a way I can disable these errors?