Build an iOS framework for distribution with Bazel

Bodnar Dan
Baracoda Engineering
Mar 24, 2022

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 an entire paradigm and there’s no reason to focus on the general approach, but rather on how to create iOS frameworks ready for distribution, with Bazel.

To read the full article, go to https://baracoda.com/blog/ios-framework-bazel

--

--