-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add missing require 'ostruct' in erb_template_helper.rb to solve uninitialized constant Fastlane::OpenStruct (NameError) #21950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
add require 'ostruct'
when will this issue be solved? |
TODO: Remove when fastlane/fastlane#21950 gets released fastlane/fastlane#21944
TODO: Remove when fastlane/fastlane#21950 gets released fastlane/fastlane#21944
Need this one, any updates on merging? |
Remove when fastlane/fastlane#21950 gets released issue: fastlane/fastlane#21944
Remove when fastlane/fastlane#21950 gets released issue: fastlane/fastlane#21944
How's this not resolved yet after half a year? 🤔 |
@joshdholtz @revolter @giginet pls guys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that we're already requiring this in another file:
require 'ostruct' |
so I wouldn't expect this to break anything (since I didn't actually test this)
Checklist
bundle exec rspec
from the root directory to see all new and existing tests passbundle exec rubocop -a
to ensure the code style is validci/circleci
builds in the "All checks have passed" section of my PR (connect CircleCI to GitHub if not)Motivation and Context
Resolves #21944
Description
Added missing require 'ostruct' on erb_template_helper.rb to solve error:
Testing Steps