Instruments 9.0 Setup Help

When I first ran the allocations tool, the call tree didn't display any user functions. After reading the Instruments User Guide, I change my app's build settings / debug information format from DWARF to DWARF with dSYM File. This had the following effects:


1. The allocations tool displayed user functions.

2. Clicking File / Symbols displayed a dialogue where:

a. A yellow-colored dot preceeds liboainject.dylib (In this view, Binary Path has red-colored text.)

b. A green-colored dot proceeds (App Name) (In this view, Binary Path and dSYM Path look reasonable.)

c. Disclosure triangle (My App Name) (In this view, Binary Path is blank.)


Are the indicators correct for using tools requiring the dSYM path?

What is liboainject.dylib?

When I changed the DWARF settings it changed both debug and the release. Should I refine this by setting release to DWARF?


Thank you.