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

Compatibility with Mac M1's #144

Closed
LiChoi opened this issue Oct 31, 2021 · 3 comments · Fixed by #150
Closed

Compatibility with Mac M1's #144

LiChoi opened this issue Oct 31, 2021 · 3 comments · Fixed by #150

Comments

@LiChoi
Copy link

LiChoi commented Oct 31, 2021

When trying to do rails:db migrate, I encounter this error message due to apollo-federation gem:

rails aborted!
LoadError: cannot load such file -- google/protobuf_c

google/protobuf is the issue, but not sure how to solve this
protocolbuffers/protobuf#8062

@bjacobso
Copy link

bjacobso commented Nov 4, 2021

We are seeing a similar issue:

./bin/rails db:create db:migrate db:seed   
rails aborted!
LoadError: cannot load such file -- google/protobuf/descriptor_pb

@daemonsy
Copy link
Contributor

Hopefully #150 and optionally, a version bump of google-protobuf will resolve M1 related issues.

I don't have a machine to reproduce the issue, but if folks who bumped into it can post bundler environment info, I'd appreciate it.

@daemonsy daemonsy added this to Open issues (for review) in Roadmap & Tasks Jan 20, 2022
Roadmap & Tasks automation moved this from Open issues for review to Done Jan 26, 2022
@rylanc
Copy link
Contributor

rylanc commented Jan 27, 2022

🎉 This issue has been resolved in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

4 participants