I am experiencing some trouble with Apple's Project Builder. I was hoping someone here might know what is going on.
Problem:
When I start the debugger for my app, Project Builder compiles the code it needs no problem. It then starts to load the "Shared Libraries" for debugging. Well, it hangs while it is trying to load the first shared library (whatever that is

).
I have another project that my current project has built off of. They are very similar in many respects. This older project compiles & debugs just fine.
Does anyone know what is wrong with my code? What sorts of things would cause a shared library to hang while loading? (intuition is telling me it could be an input stream issue... I don't know why I feel this though.)
If it is important, for debugging settings, I have the symbols level for system libraries set to External. I have the user symbols set to All.
Thanks for any help you all might have to offer.