bmichotte / ProMotion-XLForm

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

can't convert Class into String after newclear #50

Closed nathanbrakken closed 7 years ago

nathanbrakken commented 8 years ago

After rake newclear, I get this error

Terminating app due to uncaught exception 'TypeError', reason: 'xl_form_screen.rb:97:in `valid?': can't convert Class into String

It appears that the pod is updated and no longer returns an array?

nathanbrakken commented 8 years ago

I wonder if setting the version of XLForm in lib/ProMotion-XLForm.rb would help for stability.

pod 'XLForm', '3.1.1'
jeanmartin commented 8 years ago

Same problem here. XLForm 3.2.0, 3.1.0, no difference. Did you find a solution?

jeanmartin commented 8 years ago

So, 3.1.1 does indeed work (but has some other issues...)

andrewhavens commented 8 years ago

@jeanmartin What other issues? @nathanbrakken Have you run into any issues using 3.1.1. Do you think you could submit a pull request for this change? I can help you with that.

nathanbrakken commented 8 years ago

@andrewhavens I haven't come across any other issues yet.