English 中文(简体)
核心数字
原标题:CoreData the save method is not working

采用核心数据创建我的仪表。

I have a viewcontroller with an object i want to save that object to my FavoriteViewController. By clicking a button favorite I want my object to be save into the managedObjectContext but I m getting the following error:

www.un.org/Depts/DGACM/index_spanish.htm 因无一例外而终止妊娠 试图以已经进展的手法开展另一项行动。 *。

我的法典:

// Step 1: Create Object
Favorite * newFavorite = (Favorite*)[NSEntityDescription insertNewObjectForEntityForName:@"Favorite" inManagedObjectContext:managedObjectContext];

// Step 2: Set Properties       
    newFavorite.name = @"Company";

    NSLog(@"%@",newFavorite);

// Step 3: Save Object

    NSError *error = nil;
    if (![newFavorite.managedObjectContext save:&error]) { // this is where the program crash
        NSLog(@"Unresolved error %@, %@", error, [error userInfo]);
        abort();
    }

我不敢肯定我干什么错了。

问题回答

我将猜测你有一个“倡议”要素,如一个表格,在“倡议”发生变化时,它会启动一个声音。 例如,如果你有单列的成果控制器,则表上的任何滚动都能够激活单列的成果控制器的帽子。

你可以调换收集,同时重新收集,因为在回收过程中变换代。 收集与其实体和上游相匹配的物体。 如果在单体工作时插入物体,就会发生错误。

通常,你会以多条眼镜看待这一问题,但我认为,“倡议”可能会在正确的一套情况下引发这一问题。

你在表格中可能做了一些改动。 如果确实如此,则试图利用表格的原始数值Z_methADATA (Z_VERSION, Z_UUID, Z_PLIST), Z_PRIMautKEY (Z_ENT)......





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签