Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ This is a small example of how to build an iOS application with *Bazel*. If you
To build and test the project you need the following dependencies:
- Xcode 11.2.0
- Bazel 1.1.0
- Carthage 0.34.0
- Carthage 0.36.0

If you want to generate the Xcode project, you will need to install [Tulsi](https://github.com/bazelbuild/tulsi). You will need to setup the environment with carthage before build any target. I've built a script to automatizate this:

> $ make setup

If carthage fails with `Building universal frameworks with common architectures is not possible`, rebuild the dependencies with the `--use-xcframeworks` flag to create an xcframework bundle instead:

> $ carthage bootstrap --use-xcframeworks

## Usage

To build the iOS app and generate an IPA file you will run:
Expand Down