same issue in Xcode 14.2 (I have both 15.2 and 14.2). Is there any workaround for this? Using measure { } works for measuring time, but I need to measure memory metrics too and it's currently not possible.
Post
Replies
Boosts
Views
Activity
it seems it's a known bug, others also experiencing this issue https://forums.developer.apple.com/forums/thread/741247?answerId=781277022#781277022
as suggested on other post, using
measure(_:)
works
Hi @DTS Engineer, I have followed the instruction from the link you shared but I still couldn't find the gray icon
My test
I run the test on Simulator iOS 17.2, the project has minimum deployment iOS 11.0. Does that affect it?