Open TheBerg opened 11 years ago
Somehow @classObject
is being nullified....weird!!
So I put some logging in:
[Find] #<ParseModel::ParseQuery:0xbee46a0> #<NSThread:0x9d58740> @classObject: Section
[Block] #<ParseModel::ParseQuery:0xbee46a0> #<NSThread:0x9d58740> @classObject:
Same object, Same thread, but the @classObject
is null.
I wasn't getting this issue in an older (1.2 I think) version of RubyMotion, but in the latest version of Ruby Motion I am now getting this error on this code:
We load several sections and do a query to get all of the queries for each section (max 5 sections).
Thoughts?