ファイルが見つからないというCocoa エラー 260の取得。
NSArray *inputPaths = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:[[[NSPersistentStore MR_defaultLocalStoreUrl]absoluteString]stringByDeletingLastPathComponent]error:&folderError];
if (folderError) {
[SVProgressHUD showErrorWithStatus:folderError.localizedDescription];
}
なんで?または、ストアファイルのパスを取得する他の方法はありますか?