Build an iOS framework for distribution with Bazel
As developers, we often face the need to modularize our work, to share code between projects or teams, to create standards and to speed up our projects compilation times. One way to achieve all of the above is by creating frameworks. This is…