diff --git a/README.md b/README.md index 5866189..c1e2ad0 100644 --- a/README.md +++ b/README.md @@ -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: