Posts tagged with "Xcode".

Swift Build Times and Module Verification…

A diagnostic of slow Swift build times after modularizing, focusing on module verification and practical fixes to speed up compilation.

Xconfig

Introduces Xconfig, a small Mac app that displays Xcode build settings for the open project to save time and reduce terminal usage.

Splitting Your Xcode Project into Modules

Practical steps to modularize an Xcode project into separate frameworks and common pitfalls related to linking and build flags.

Search Scopes in Xcode

A practical guide to Xcode's Find features with an emphasis on using search scopes to speed up code navigation.

Xcode: Comparing Build Settings

Practical tips for comparing and reasoning about Xcode build settings, from long-term usage experience.