If you’ve ever done any MacOS or iOS development, you’ve also eventually had to deal with Xcode build settings.
So what are those and what do we know about them?
For a standard iOS project, there are roughly 500 build settings grouped into around 50 categories. These build settings control virtually every single aspect of how your app is built and packaged. At the very least, build settings are what make Debug build so different from Release build.