Search code examples
swiftxcodeproject-structureswift-package-manager

Multi-module projects in Swift


I'm developing an iOS application that is made of several distinct logical parts (i.e., "libraries").

What's the Swift way for creating such projects? How do I set it up in Xcode?


Solution

  • There are many ways to do it:

    Happy coding