If I want to modularize an iOS codebase, would you recommend creating one package with multiple libraries or multiple packages?
Why?
#Swift
Why?
#Swift
Comments
In my experience, this setup works more reliably with Xcode. I also like having one package manifest to manage everything related to the project, like third-party dependencies etc.