Migrating iOS Project to Bazel – Part 2

To continue the previous part of this series, this part I’ll talk about how to config a sample iOS project using Bazel. 1. Installation To install Bazel on macOS, too simple. You can go to this link https://docs.bazel.build/versions/main/install-os-x.html. To simplest, I will use brew to install bazel. After install success, you can verify by running […]