Closed abhinav7sinha closed 1 year ago
The newer protobuf binaries have mac m1 support.
com.google.protobuf:protoc:3.0.2
to the latest com.google.protobuf:protoc:3.21.7
. osx-x86_64
the os.detected.classifier
for mac m1. I'm currently using the 2nd approach (use osx-x86_64
as the os.detected.classifier
) and it works. But a better approach would be to use the newer protobuf version. I'll test it and let you know if it works well.
@abhinav7sinha what is the status of this issue?
I get the following error when I try to build the project using the script:
./scripts/build.sh
This is because
com.google.protobuf:protoc:3.0.2
doesn't have support for Apple Silicon. Here's the referenced github issue in the protobuf repo.