Kinda Code
Home/Xcode/How to use Legacy Build System in Xcode

How to use Legacy Build System in Xcode

Last updated: February 08, 2023

This article shows you how to use the Legacy Build System in Xcode. Note that Legacy Build System is depreciated and only available in Xcode 13.x and older. Please make sure you have a proper reason to use it.

The Steps

1. Firstly, open your project with Xcode and navigate to File > Workspace Settings.

2. Click on the drop-down labeled Build System, then select Legacy Build System from the menu. Finally, click on the Done button to apply your change.

Done!

Note: Legacy Build System has been completely removed since Xcode 14.

Further reading:

Happy coding!