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

Problem while running on Macbook Pro M1. #427

Closed
kristimeculi opened this issue Oct 26, 2021 · 2 comments
Closed

Problem while running on Macbook Pro M1. #427

kristimeculi opened this issue Oct 26, 2021 · 2 comments

Comments

@kristimeculi
Copy link

Describe the bug
The problem is that this package has problems with protobuf versions while running on Macbook Pro with M1 chip.

To Reproduce
Steps to reproduce the behavior:
Just get the example and run it on device with M1 chip.

Smartphone / tablet

  • Device: Macbook Pro M1
  • OS: Big Sur 11.3.1
  • Package version: 5.0.0

** How to fix this **
If you do this updates it will be fixed:

In the file build.gradle update protobuf :
dependencies{
//This are the protobuf versions that support M1 chip
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.15'

protobuf {
    protoc {
        //This are the protobuf versions that support M1 chip
        artifact = 'com.google.protobuf:protoc:3.17.3'
@XMitja
Copy link

XMitja commented Oct 26, 2021

it's fixed in master since last week, maybe it's time for 5.0.1 already?

@remonh87
Copy link
Contributor

duplicate of #396 new version will be launched this week

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

3 participants