Reputation: 173
I try to create my first app with React Native, but I have this problem :
✖ Installing Bundler
error Ignoring executable-hooks-1.6.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.6.1
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0
How can I solve ?
Upvotes: 0
Views: 119
Reputation: 11
Running bundle install in the root directory, then pod install in /ios
Upvotes: 1