i tried running flutterfire configure
from my terminal and am having an xcodeproj error
macbook@Inevitable-Cyne-pro globalchat % export PATH="/usr/local/opt/ruby/bin:$PATH" macbook@Inevitable-Cyne-pro globalchat % flutterfire configure i Found 2 Firebase projects. ✔ Select a Firebase project to configure your Flutter application with · newproject-b732b (newproject) ✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios i Firebase android app com.example.globalchat registered. i Firebase ios app com.example.globalchat registered.
Exception: <internal:/usr/local/Cellar/ruby/3.3.2/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require': cannot load such file -- xcodeproj (LoadError)
from <internal:/usr/local/Cellar/ruby/3.3.2/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
from -e:1:in `<main>'
macbook@Inevitable-Cyne-pro globalchat %
please what should i do ?enter image description here
tried running
brew install ruby
and its’s still giving me error
Inevitable Cyne is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.