Using .xcconfig files and custom schemes for your Xcode project

When you create a project, Xcode provides two standard project-level build configurations: debug and release. These two build configurations are probably sufficient for your product development needs. But sometimes you need to use configuration files and new schemes additional to your project target scheme.

Read More »