Xcode menu stuck at clean build folder

In a number of my projects, I’m finding that instead of clean showing up initially, clean build folder is showing up. Anybody else see this? Normally, the option key would display clean build folder and clean would be displayed without the option key.

Answered by jonprescott in 333831022

That's the new build system in Xcode 10. There is no clean option anymore in the new build system. If you want to use the old build system, go into the Project Settings (Workspace Setting if you are using a workspace) menu item under File. You then can choose the Legacy Build System for either the Project by itself, or as a global default.

Accepted Answer

That's the new build system in Xcode 10. There is no clean option anymore in the new build system. If you want to use the old build system, go into the Project Settings (Workspace Setting if you are using a workspace) menu item under File. You then can choose the Legacy Build System for either the Project by itself, or as a global default.

As noted, it's now build system centric.


I prefer CBF as the default...a simple clean is rarely useful.

Thanks to everybody. I must read more on this.

Xcode menu stuck at clean build folder
 
 
Q