xcdatamodel Questions

5

Solved

I am working on a application in which we are using x.x.xcdatamodel. Now in same x.x.xcdatamodel I have added an attribute in one of the entity. The application crashes showing the message "This NS...
Jesuitism asked 21/3, 2016 at 11:57

2

Solved

I have several Core Data model version that I have added to my .xcdatamodeld file, and this last version that I added did not show up at the top of the list as it normally does, it is the 2nd item ...
Calliper asked 29/11, 2011 at 17:21

4

I want to do Lightweight migration in core-data. I am adding an attribute to an entity which is working well. But I want after this particular migration that entity's data (all objects contained i...
Amalita asked 9/10, 2015 at 3:50

4

Solved

How can I delete an old Data Model in Xcode? The option is disabled on the menu. (The models I want to delete have not been released to the public - they are interim development models.)
Puton asked 10/10, 2011 at 3:57

1

Solved

In my xcdatamodel two new fields, byTitleIndex and compoundIndex, are showing under Fetch Index Elements. I have not seen this section before in Xcode. What is a Fetch Index Element?
Annabelannabela asked 6/12, 2017 at 0:16

5

Solved

I am having troubles integrating XMPP on my iOS Project using Xcode 4.4 under Mac Mountain Lion OS X. I followed every step but I got stuck with this problem: Command momc failed with exit code ...
Intromit asked 24/8, 2012 at 2:34

1

Solved

I'm using NSPersistentContainer to access my core data in iOS10 app and Xcode 8. Similar to Entity, I added a "UserFetchRequest" in my Coredata xcdatamodel. Below is the screen shot. How can I ...
Kary asked 30/12, 2016 at 5:51

0

I just want to add a column on a table for my new version of my app, and keep the filled columns. So I work with Core Data, this is my momd: On my appDelegate: /* CORE DATA */ // MARK: - Core ...
Accede asked 7/9, 2016 at 13:8

2

I have an entity in my "ProjName.xcdatamodel" with the name "Questions". In this entity I have 5 attributes ("icehockey","volleyball","soccer",...), each with type transformable. Each row (attribut...

1

Solved

I'm trying to use Mogenerator in my iOS project developed in Xcode 5. I've installed Mogenerator with brew: brew install mogenerator then link: brew link mogenerator After that I have access ...
Thermometer asked 8/10, 2013 at 12:54

2

Solved

As I understand it RestKit provides integration with Apple’s Core Data framework, making and populating Core Data associations for you, allowing natural property based traversal of your data model....
Greenockite asked 17/7, 2011 at 8:43

3

I have a problem with a Data Model using Core Data. 1/ I've created a data model on xcode 4.1 (on lion) with my entities and their relationships. In the inspector on the right i've checked "Tools ...
Greenhouse asked 4/8, 2011 at 11:27

1

Solved

I still have an xcdatamodel file. However, when I created a new project, xcode generate an xcdatamodeld file (with a d). I want to convert my xcdatamodel file into xcdatamodeld file. I know that ...
Malachite asked 1/5, 2011 at 18:25
1

© 2022 - 2024 — McMap. All rights reserved.