From e86befc0fdd1f17f3a7ebad8e0eae7043f1e49c3 Mon Sep 17 00:00:00 2001 From: Adetunji Dahunsi Date: Mon, 9 May 2022 14:14:01 -0400 Subject: [PATCH] Add note about M1 compatibility Change-Id: I58a71f97bf810fd6aa40aaa6a7c4eaf5daa7d254 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0cd1d553a..6adb5d588 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ understanding of which libraries and tools are being used, the reasoning behind UI, testing, architecture and more, and how all of these different pieces of the project fit together to create a complete app. +NOTE: Building the app using an M1 Mac will require the use of +[Rosetta](https://support.apple.com/en-gb/HT211861). See +[the following bug](https://github.com/protocolbuffers/protobuf/issues/9397#issuecomment-1086138036) +for more details. +