You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Initial npx rnv run -p ios on a brand new project results in a error from bundle exec pod install. This prevents moving forward with the installation and running the app on iOS.
To Reproduce
Steps to reproduce the behavior:
Create new project with command npx rnv new.
Be sure to select ios for "What platforms would you like to use?"
Install all dependencies.
cd into new project.
Run npx rnv run -p ios to begin building the app for the iOS.
Expected behavior
iOS is built and Simulator is opened.
Screenshots or copy&paste
info: Podfile.lock does not exist. Will execute pod actions...
✔ Executing: bundle install
✖ FAILED: bundle exec pod install
error: ⨯ ○ configure: COMMAND:
bundle exec pod install
FAILED with ERROR:
/usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in '<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
Logger::Severity.constants.each do |severity|
^^^^^^
from /usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:9:in '<module:ActiveSupport>'
from /usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:8:in '<top (required)>'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/bundler-2.6.2/exe/bundle:20:in '<top (required)>'
from /usr/local/opt/ruby/bin/bundle:25:in 'Kernel#load'
from /usr/local/opt/ruby/bin/bundle:25:in '<main>'
Error: Command failed with exit code 1: bundle exec pod install
bundler: failed to load command: pod (/usr/local/lib/ruby/gems/3.4.0/bin/pod)
/usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in '<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
Logger::Severity.constants.each do |severity|
^^^^^^
from /usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:9:in '<module:ActiveSupport>'
from /usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:8:in '<top (required)>'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
from /usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support/logger_silence.rb:5:in '<top (required)>'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
from /usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support/logger.rb:3:in '<top (required)>'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
from /usr/local/lib/ruby/gems/3.4.0/gems/activesupport-7.0.8.7/lib/active_support.rb:29:in '<top (required)>'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
from /usr/local/lib/ruby/gems/3.4.0/gems/cocoapods-1.14.3/lib/cocoapods.rb:7:in '<top (required)>'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
from /usr/local/lib/ruby/gems/3.4.0/gems/cocoapods-1.14.3/bin/pod:36:in '<top (required)>'
from /usr/local/lib/ruby/gems/3.4.0/bin/pod:25:in 'Kernel#load'
from /usr/local/lib/ruby/gems/3.4.0/bin/pod:25:in '<top (required)>'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Kernel.load'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/cli.rb:452:in 'Bundler::CLI#exec'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/cli.rb:29:in 'Bundler::CLI.start'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/bundler-2.6.2/exe/bundle:28:in 'block in <top (required)>'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
from /usr/local/Cellar/ruby/3.4.1/lib/ruby/gems/3.4.0/gems/bundler-2.6.2/exe/bundle:20:in '<top (required)>'
from /usr/local/opt/ruby/bin/bundle:25:in 'Kernel#load'
from /usr/local/opt/ruby/bin/bundle:25:in '<main>'
Desktop (please complete the following information):
Current Workaround
Adding the following to the Gemfile. Note that, while this issue shows Logger being the issue, adding the logger gem, then shows the same issue for benchmark, bigdecimal and mutex_m.
Describe the bug
Initial
npx rnv run -p ios
on a brand new project results in a error frombundle exec pod install
. This prevents moving forward with the installation and running the app on iOS.To Reproduce
Steps to reproduce the behavior:
npx rnv new
.ios
for "What platforms would you like to use?"cd
into new project.npx rnv run -p ios
to begin building the app for the iOS.Expected behavior
iOS is built and Simulator is opened.
Screenshots or copy&paste
Desktop (please complete the following information):
Additional context
The problem seems to be the difference between
concurrent-ruby
v1.3.5 and v1.3.4.Current Workaround
Adding the following to the
Gemfile
. Note that, while this issue showsLogger
being the issue, adding thelogger
gem, then shows the same issue forbenchmark
,bigdecimal
andmutex_m
.The text was updated successfully, but these errors were encountered: