adelevie / ParseModel

An Active Record pattern for your Parse models on RubyMotion.
MIT License
153 stars 15 forks source link

"wrong argument type Class" when including Parse::User #2

Closed gdagley closed 12 years ago

gdagley commented 12 years ago

When trying to include Parse::User, based on the README, I am getting the following error when the app starts and the first User.new occurs.

2012-08-08 10:16:12.113 app[73519:f803] wrong argument type Class (expected Module) (TypeError)
2012-08-08 10:16:12.117 app[73519:f803] *** Terminating app due to uncaught exception 'TypeError', reason: 'wrong argument type Class (expected Module) (TypeError)
'
*** First throw call stack:
(0xa60022 0x3f0cd6 0x1b6224 0x5726b 0x56d41 0x1)

I am currently using Rubymotion 1.20.

jamonholmgren commented 12 years ago

@gdagley Did you get this resolved?

adelevie commented 12 years ago

Nope. Can someone post instructions to reproduce the error?

adelevie commented 12 years ago

Feel free to reopen.