0

template does not create a executable file. Does anyone else have this problem?

1 Answers1

0

It does.

The build folder is not shown in the project navigator anymore.

Choose "Show Build Folder in Finder" in the menu Product

vadian
  • 274,689
  • 30
  • 353
  • 361
  • Thank you, Vadian, for your response, however, on my system mini m1 running 12.1 and Xcode Version 13.2.1 (13C100) "show derived data folder in finder" does show folders for index > Build > Products > Debug but the Debug folder is empty. The Xcode is plain out of the template loaded and built for "my mac". Any suggestions? – user3808315 Dec 22 '21 at 19:21
  • After I posted the above comment, found upon exploration, that "show derived data folder in finder" actually does not point to the real build folder, which is one level up and does contain Build > Products > Debug > myTest1 unix executable code. Thanks! – user3808315 Dec 22 '21 at 19:30