Open HenrikJannsen opened 8 months ago
What command are you using to build Bisq? I have no issues building Bisq on MacBook with a M2 processor.
I was trying both the gradle tasks inside the IDE and via terminal. ./gradlew clean
failed already. Might be an issue with M3. Might get fixed by future updates of protoc-gen-grpc
...
On a M3 macbook with OS version 14.4 the build fails because
protoc-gen-grpc
is not recognized. Error message:protoc-gen-grpc-java-osx-aarch_64.exe bad CPU type in executable)
. Note thatexe
is used by protobuf binaries as well and it is not the issue.Update from version
1.42.1
to latest version1.62.2
did not help. Some [1] have recommended to install Rosetta, which fixed it for me.You can install Rosetta via:
sudo softwareupdate --install-rosetta
Maybe @alvasw has some better suggestion.
[1] https://www.mail-archive.com/grpc-io@googlegroups.com/msg10829.html