You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an array of two types of pointers, PFObject & PFObject, when I initially tried fetchAllIfNeededInBackground(), it worked as expected. This worked a few times, but all of sudden is now throwing an exception.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'All object should be in the same class.' ***
No change in Parse version, just minutes apart and its showing an exception
The text was updated successfully, but these errors were encountered:
I removed the assertion in PFObjectBatchController.m on line 200. The fetch works as expected, so there is no reason to limit it
//TODO: (nlutsenko) Convert to using errors instead of assertions. PFParameterAssert([className isEqualToString:object.parseClassName],
@"All object should be in the same class.");
I have an array of two types of pointers, PFObject & PFObject, when I initially tried fetchAllIfNeededInBackground(), it worked as expected. This worked a few times, but all of sudden is now throwing an exception.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'All object should be in the same class.' ***
No change in Parse version, just minutes apart and its showing an exception
The text was updated successfully, but these errors were encountered: