bmichotte / ProMotion-XLForm

ProMotion-XLForm is a ProMotion plugin for XLForm
MIT License
20 stars 21 forks source link

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

Open goodwill opened 8 years ago

goodwill commented 8 years ago

As title, here is the error:

xl_form.rb:89:in `row_type:': uninitialized constant ProMotion::XLForm::XLFormRowDescriptorTypeImage (NameError)
goodwill commented 8 years ago

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

jayhancock commented 8 years ago

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!