ProMotion-XLForm icon indicating copy to clipboard operation
ProMotion-XLForm copied to clipboard

Keep hitting into NameError uninitialized constant ProMotion::XLForm::XLFormRowDescriptorTypeImage

Open goodwill opened this issue 8 years ago • 2 comments

As title, here is the error:

xl_form.rb:89:in `row_type:': uninitialized constant ProMotion::XLForm::XLFormRowDescriptorTypeImage (NameError)

goodwill avatar Aug 15 '16 13:08 goodwill

I am using XLForm cocoapod 3.2.0, and I have verified such constant exist in the project

goodwill avatar Aug 15 '16 13:08 goodwill

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!

jayhancock avatar Oct 16 '16 01:10 jayhancock