Open lbrezilien opened 9 years ago
I am getting the exact same issue. Anyone has any idea/suggestion?
Thanks
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
Facing the same issue during when trying to open view containing form_data
@baramik Try using rake clean:all instead
I remember getting it to work by following the steps from: https://id.crowdvoice.com/posts/xlformsectiondescriptorxlformsectionoptionnone-nameerror-2GgK
Here are the steps: rake clean:all rake pod:install
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