How to activate Build Timeline on Xcode 14

Hi, I can't seem to find a way to view the Build Timeline with Xcode 14. I see a "Recent Build Timeline" option in the drop-down when I click on the top-left button in the editor (where "Recent Files" lives), but it doesn't do anything.

Do I have to build the app in some special way to make this visible?

Yeah I'm also having the same issue. Can't find a way to enable the build timeline at all.

Ahh figured it out. I did a clean build (not sure if necessary) and then highlighted the build report in the report navigator and Editor -> Assistant

me2

I found it by right-clicking on an item in the build results, and select "View in Timeline".

in Xcode 14 beta 3, if you have opened multiple Editors (the thing in which the tabs are located), you need to open build details in main first one editor (left), as @sgilroy09 said. And then click "View in Timeline" as @zulfishah suggest

How to activate Build Timeline on Xcode 14
 
 
Q