Hi.
I am measuring performances of methods in unit test on Xcode.
Measuring performances on release build is important since you can know if a performance issue will be solved by compiler or not.
However, when you specify its build as release, you cannot use @testable.
Please tell me any manners.
Thanks.