There seem to be some problems with the new build system in Xcode 10+. How do I switch to the old (legacy) build system?
Asked
Active
Viewed 2.2k times
1 Answers
61
You can switch back to the previous (legacy) build system from the menu by
File > Workspace Settings... (or Project Settings...):
This brings up a dialog where you can change the Build System to Legacy Build System:
Clay Bridges
- 11,141
- 10
- 66
- 113
-
1Yes, but this wont work if you are using Swift Packages in your project. – arango_86 Feb 18 '21 at 07:45