I have two projects - one with a static target library and a unit test target - one with a target application dependent on the static library, and my own unit test target
In a static library project, I can only perform “assembly” or “assembly and analysis”. If I create a unit test target, the tests run, but there seems to be no way to run anything with performance tools so that I can check for leaks, etc.
What is the best way to use Xcode performance tools with a static library project?
Any advice would be appreciated.
Arc
source
share