I'm trying to measure app launch time in an existing Xcode project. I added a simple test that's supposed to display a "no baseline" message and a button to set a baseline, but when I run the test, it just succeeds without showing the pop-up.
It works in a new project, so I suspect there might be a specific setting in my existing project that's causing the issue. The project is about 6 years old.
Does anyone know if there's a particular setting I need to enable for launch tests to display the baseline pop-up in older projects?
I'm running the test from new project in Xcode 14.2.
Existing project in Xcode 15.2 and 14.2 both succeed with no baseline message.
Thank you!