10

The Xcode 13 release notes state that:

The project navigator hides the Products group when it’s in the default location. The Product > Show Build Folder in Finder menu item replaces the most common use. (71561549)

Where is this menu? I'm on OSX 11.5.1 and running xcode13 but can't see anything in finder, or in the Xcode products dropdown menu. Thank you.

enter image description here

Willeke
  • 14,578
  • 4
  • 19
  • 47
James Whiffin
  • 153
  • 1
  • 5

1 Answers1

17

I can see the option on Xcode 13.0:

enter image description here

My Xcode version:

enter image description here

weyhan
  • 703
  • 4
  • 15
  • Thank you for your screenshot. We both have the exact same version of Xcode. Perhaps it's because my OS is not at the most recent version. I'm on 11.5.1 when 11.6 is available. – James Whiffin Oct 20 '21 at 13:26
  • 1
    Yes. I'm on macOS 11.6. It's interesting that a different OS version can change the functions of Xcode. – weyhan Oct 20 '21 at 14:34
  • 2
    Why would Xcode 13 remove product folder in project navigator? Perhaps, project looks now much less messy, but it was essential when build and drag to simulator or device. – Yoon Lee Feb 15 '22 at 15:53
  • https://antbelousov.medium.com/how-to-return-products-folder-to-xcode-project-3ceb81782b2d – Anton Belousov Apr 28 '23 at 16:23