Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc version is not compatible with m1 macbook #57

Open
sirmahyar opened this issue Apr 9, 2022 · 1 comment
Open

grpc version is not compatible with m1 macbook #57

sirmahyar opened this issue Apr 9, 2022 · 1 comment

Comments

@sirmahyar
Copy link

hi. i'm using macbook air 2020 with m1 processor for this project. and i'm facing one issue that tells me

Google.Protobuf.Tools cannot determine host OS and CPU

after searching for a while i found that Grpc.AspNetCore version in cloned project (2.35.0) isn't supporting arm processors.
so change the code to:
<PackageReference Include="Grpc.AspNetCore" Version="2.44.0" />
in Discount.Grpc and Basket.API.
Thanks

@Atantares
Copy link

Atantares commented Apr 16, 2022

2.44 works with M1 Pro also. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants