5
iPhone Temel Verileri "Üretim" Hatası İşleme
Apple referansları tarafından sağlanan örnek kodda Core Data hatalarını nasıl işlemeniz gerektiğini gördüm. Yani: NSError *error = nil; if (![context save:&error]) { /* Replace this implementation with code to handle the error appropriately. abort() causes the application to generate a crash log and terminate. You should not use this function …