我正在使用Parse本地数据存储,我将其设置为:
[Parse enableLocalDatastore];
[Parse setApplicationId:@"MY ID "
clientKey:@"MY CLIENT KEY"];
我正在使用我的真实客户端密钥和ID,片刻之后我的应用程序崩溃了,这是我在Xcode控制台中获得的日志。
*** Terminating app due to uncaught exception 'BFMultipleExceptionsException', reason: 'There were multiple exceptions.'
*** First throw call stack:
(0x1856fa59c 0x195e500e4 0x1002f5acc 0x10030ad80 0x100281030 0x1006e4e30 0x1006e4df0 0x1006f19a0 0x1006f2f18 0x1966712e4 0x196670fa8)
libc++abi.dylib: terminating with uncaught exception of type NSException
关于发生了什么的任何想法?