Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 10+: how to switch to legacy build system?

Tags:

There seem to be some problems with the new build system in Xcode 10+. How do I switch to the old (legacy) build system?

like image 740
Clay Bridges Avatar asked Oct 29 '18 16:10

Clay Bridges


People also ask

How do I use the new build in Xcode?

To change the build system in Xcode either to the new one or legacy build system, in your Xcode navigate to File -> Workspace Settings . It will open the Workspace settings window as shown in the following screenshots. In the Workspace settings window, you will see a dropdown to change the Build System.

What build system does Xcode use?

The new building system introduced in Xcode 10 is written by Swift from scratch, and brings lots of improved performance and reliability.


1 Answers

You can switch back to the previous (legacy) build system from the menu by File > Workspace Settings... (or Project Settings...):

menu

This brings up a dialog where you can change the Build System to Legacy Build System:

enter image description here

Hat tip to this answer. There's also a video here.

like image 71
Clay Bridges Avatar answered Oct 25 '22 20:10

Clay Bridges