icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
102 stars 13 forks source link

Document that Rosetta is required for protobuf tools on macOS arm64 #3899

Closed pepone closed 7 months ago

pepone commented 7 months ago

The IceRpc.Protobuf.Tools include the protoc compiler for mac x86_64, running on macOS arm64 requires Rosetta. We should document this.