Swift Modules and Code/Assets Duplication
How to use SPM modules in an Xcode project with several targets and avoid duplicated code and assets.
How to use SPM modules in an Xcode project with several targets and avoid duplicated code and assets.
A diagnostic of slow Swift build times after modularizing, focusing on module verification and practical fixes to speed up compilation.
Describes problems and solutions when integrating Swift packages into an Objective-C project structure that uses static frameworks.
Introduces Xconfig, a small Mac app that displays Xcode build settings for the open project to save time and reduce terminal usage.
Practical steps to modularize an Xcode project into separate frameworks and common pitfalls related to linking and build flags.
A practical guide to Xcode's Find features with an emphasis on using search scopes to speed up code navigation.
Practical tips for comparing and reasoning about Xcode build settings, from long-term usage experience.
How to manage multiple Xcode build configurations with .xcconfig files so build settings stay maintainable and preprocessor logic stays readable.