0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

bundle install で grpcが失敗する

Posted at

grpcのinstallでエラー

14 warnings generated.
linking shared-object grpc/grpc_c.bundle
Undefined symbols for architecture arm64:
  "_ruby_abi_version", referenced from:
     -exported_symbol[s_list] command line option
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [grpc_c.bundle] Error 1

make failed, exit code 2



An error occurred while installing grpc (1.48.0), and Bundler cannot continue.

In Gemfile:
  gruf-rspec was resolved to 0.6.0, which depends on
    gruf was resolved to 2.15.1, which depends on
      grpc

このissueが参考になる
https://github.com/grpc/grpc/issues/30976

自分の場合はruby再インストールしたら治った

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?