我们在真正的iPhone4上崩溃,只发生在iPhone4(不是iPhone6或模拟器)。
崩溃发生在这里:
PFQuery *getRelevantRows=[PFQuery queryWithClassName:@"Que"];
[getRelevantRows orderByDescending:@"updatedAt"];
getRelevantRows.limit=150;
//getRelevantRows.skip=skip;
//query log has a value(number) here.
[getRelevantRows findObjectsInBackgroundWithBlock:^(NSArray *objects, NSError *error)
//no log here.
在服务器上查找对象的行上。
崩溃报告是:
'NSInvalidArgumentException', reason: '*** setObjectForKey: key cannot be nil'
及其在行上:
PfmultiProcessFileLockController
我们使用最新的Parse SDK。我们现在无法释放,它可能是什么?