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
I installed the Promotion-XLForm gem and copied the example form into a screen and it no longer compiles, I keep getting an initialized constant (Name error).
The specific error is :
xl_form_patch.rb:123:in `section_options:': uninitialized constant XLFormSectionDescriptor::XLFormSectionOptionNone (NameError)
i did a bundle and rake pod:install
The text was updated successfully, but these errors were encountered:
Try:
removing the gem from gem file
run 'bundle' in command line
run 'rake clean'
add the gem back in gemfile
run 'bundle' again
finally run 'rake pod:install'
It seemed to work for me, maybe it will help you too
I installed the Promotion-XLForm gem and copied the example form into a screen and it no longer compiles, I keep getting an initialized constant (Name error).
The specific error is :
xl_form_patch.rb:123:in `section_options:': uninitialized constant XLFormSectionDescriptor::XLFormSectionOptionNone (NameError)
i did a bundle and rake pod:install
The text was updated successfully, but these errors were encountered: