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
where detail is an array that looks like this:
["coffee and cheese", "wine"]
Some error reported from ParseErrorHandlingControllerError: Error Domain=Parse Code=102 "-[__NSArrayM length]: unrecognized selector sent to instance 0x1d425e7e0" UserInfo={error=-[__NSArrayM length]: unrecognized selector sent to instance 0x1d425e7e0, NSLocalizedDescription=-[__NSArrayM length]: unrecognized selector sent to instance 0x1d425e7e0, code=102}
Swift: 4.0
parse-server: 2.6.5
Xcode: 9.2
The text was updated successfully, but these errors were encountered:
@AlessandroRiet I believe this is the expected. When you run this query against the server, does it work like expected ie: returns the proper response?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
let query = PFQuery(className: "class")
query.fromPin(withName: "pin")
query.whereKey("user_id", equalTo: "ab")
query.whereKey("detail", contains: "coffee")
where detail is an array that looks like this:
["coffee and cheese", "wine"]
Some error reported from ParseErrorHandlingControllerError: Error Domain=Parse Code=102 "-[__NSArrayM length]: unrecognized selector sent to instance 0x1d425e7e0" UserInfo={error=-[__NSArrayM length]: unrecognized selector sent to instance 0x1d425e7e0, NSLocalizedDescription=-[__NSArrayM length]: unrecognized selector sent to instance 0x1d425e7e0, code=102}
Swift: 4.0
parse-server: 2.6.5
Xcode: 9.2
The text was updated successfully, but these errors were encountered: