Start a new topic

Query crashes the program after upgrading from 1.22 to 1.24

I upgraded the sdk, now KCSLinkedAppdataStore:queryWithQuery crashes

Ali can you share the stack trace or reproduction code?
https://dl.dropboxusercontent.com/u/486594/Remember%20Me%20%2012-18-13%2C%203-39%20PM.crash
KCSQuery *findInvites = [KCSQuery queryOnField:@"friend._id" withExactMatchForValue:activeUser.userId][KCSLinkedAppdataStore queryWithQuery:findInvites withCompletionBlock:^(NSArray *objectsOrNil, NSError *errorOrNil) {

....

}];



Thanks, I will look into it
Same problem here. Sending queries with linked data result in a crash. Working well with 1.22.
Login or Signup to post a comment