Episode #501

Nested Xcode Projects

Series: Modular Project Architecture

31 minutes
Published on August 26, 2021
One way of achieving modularization is to build frameworks using nested Xcode projects. This has the benefit of having everything in one place and can easily build the entire thing. You can also zero-in on a single project and just work from there if you want. Each sub-project can have its own tests, sample application, etc.

This episode uses Xcode 12.5.