Open10

M3 Mac のRailsでのbundle install するときのトラブルメモ

鶴仙人鶴仙人

nio4r 2.5.8 もエラーでた

鶴仙人鶴仙人

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

grpcも失敗

gem install grpc -v 1.47.0 -- --with-cflags="-Wno-incompatible-pointer-types"

でOK

鶴仙人鶴仙人

Bundle complete! 96 Gemfile dependencies, 289 gems now installed.
Use bundle info [gemname] to see where a bundled gem is installed.

うまくいった

m3 mac はこれでgem installできる。

gem install (gem名) -v x.x.x -- --with-cflags="-Wno-incompatible-pointer-types"