0
獲取可可錯誤260,其中說找不到文件。獲取魔法記錄存儲文件的路徑
NSArray *inputPaths = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:[[[NSPersistentStore MR_defaultLocalStoreUrl]absoluteString]stringByDeletingLastPathComponent]error:&folderError];
if (folderError) {
[SVProgressHUD showErrorWithStatus:folderError.localizedDescription];
}
爲什麼?或者是否有任何其他方式來獲取商店文件路徑?