ProMotion-XLForm
ProMotion-XLForm copied to clipboard
Keep hitting into NameError uninitialized constant ProMotion::XLForm::XLFormRowDescriptorTypeImage
As title, here is the error:
xl_form.rb:89:in `row_type:': uninitialized constant ProMotion::XLForm::XLFormRowDescriptorTypeImage (NameError)
I am using XLForm cocoapod 3.2.0, and I have verified such constant exist in the project
I would like to confirm this identical issue and that this fix works. I switched from the released gem (0.0.15) to using in my Gemfile:
gem 'ProMotion-XLForm',
git: 'https://github.com/bmichotte/ProMotion-XLForm.git',
branch: 'master'
It would be great to get these merges out in the released gem!