The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
26 views

Core Data and NSPredicate - How to limit the number of one to many objects

How can I to limit the number of one-to-many objects returned from an entity? I have code like this: NSFetchRequest *fetchRequest = [[NSFetchRequest alloc] init]; NSEntityDescription *entity = ...
0
votes
0answers
16 views

Can not find xcdatamodel to create new version

First of all in my app i added manually support for core data, so now i have to handle the migration from old version to new version , i am following this tutiorial ...
0
votes
2answers
50 views

Saving a uint8_t ciphertext into DataModel

I am building a simple iphone (SDK6.1) application that encrypts some user's notes, stores the into a database and when user enters a password (does not need to be encrypted) it will decrypt his notes ...
0
votes
1answer
52 views

How to generate class diagram from xcdatamodel?

Is there any tool available which can generate a class diagram from existing xcdatamodel?
0
votes
1answer
51 views

Loading a core data database without having the data model?

Is it possible to load an existing core data database into an app and access it like a normal core data store if I don't have the corresponding .xcdatamodeld file? Is there a possibility to rebuild a ...
0
votes
1answer
46 views

Prefixing CoreData generated classes

In my XCode project I have two data models (.xcdatamodel) and want to generate NSManagedObject-derived classes for the entities in each of these models. The problem is that both models contain an ...
1
vote
0answers
31 views

xcdatamodel not compiling on the device

I have my App.xcdatamodel file included in my project. When compiling for the simulator, the App.mom file is generated and my core data manager finds it and runs. When compiling and running for the ...
0
votes
2answers
69 views

Moving entities between configurations in Xcode Data Model Editor

I'm currently working on an app which, will hopefully, use Core Data to store/retrieve data from 2 sqlite files (At the moment it just uses 1). I realise to do this I have to create another ...
0
votes
2answers
25 views

What type should be used to store year property in Core Data?

I thought of Integer 16, because it's easy to calculate years, depending from it. String is good for searching, for ex. it's easy to find year 78 as substring from 1978. And it's also possible to ...
0
votes
0answers
79 views

XCode - Changing model version for xcdatamodel crashes XCode every time

I copied the core data xcdatamodel file from one project to another brand new project. Then I select the xcdatamodel in the new project and select Editor > Add model version. Enter ABCXYZ2 > ok. It ...
-1
votes
1answer
118 views

Save XML file in C# without use XCData

I have a string like this on C#: string sxml="<id>xpto</id>" and i wont save on xml file using XLinq: XElement cursosXML = new XElement("MenuItem", new XCData(sxml)); ...
1
vote
0answers
160 views

Xcode 4.2 with iOS SDK 6.0, error compiling .xcdatamodeld file

I copied iOS 6 SDK files from xcode 4.5 (dmg) to my computer with snow leopard with xcode 4.2 using this: sudo cp -R ...
0
votes
1answer
108 views

Can the model a Core Data model is based on be displayed or changed?

I want to see what model each of my models are base on and possibly change it. I haven't been able to find anywhere to do this in Xcode. It seems that once you create a new model version, and select ...
0
votes
2answers
470 views

How to recreate xcdatamodeld

I am maintaining an app that has been live on the AppStore for a few months. My app uses Core Data and somehow I managed to lose all previous versions of my xcdatamodel. I am hoping to perform a ...
0
votes
0answers
84 views

Error in xcdatamodel

My xcdatamodel file in Xcode seems to be behaving weirdly. When I build my project for the first time it gives an error "Unable to write VersionInfo.plist for versioned model at <Path>" and ...
1
vote
0answers
91 views

Difference in behavior between Xcode and OTA Ad-hoc distribution

I have my app working to my satisfaction both in the simulator and on two devices when debugging through Xcode 4.3.2. I use OTA Ad-hoc distribution to send to my beta testers. After archiving, saving, ...
0
votes
1answer
75 views

how to fix xcdatamodel error at linker xcode?

I made a new xcdatamodeld with 2 entities stage, this one has a relationship many to level level, this one has many attributes and one relationship with stage but when I create NSManagedObject ...
0
votes
1answer
46 views

DataModel merging for apps from different projects in iOS

Customer has iPhone app on appstore. Second version of this app was developed from the beginning. Apps have absolutely different data models and when we try to update app with new version it crashes ...
0
votes
0answers
133 views

Overriding readonly property in subclass to readwrite in CoreData

I have a class hierarchy where a property of base class is overridden to behave as read / write property in subclass: @interface IMBaseElement : NSObject <NSCoding> { CGSize elementSize_; ...
0
votes
1answer
128 views

CoreData model not working properly

I'm updating an App which uses CoreData. On the full version I made it so the user could save his/her own data on the database (the App populates a pre-filled database). The App was written on Xcode ...
0
votes
2answers
79 views

update data in xcdatamodel in iphone

i have ios application with xcdatamodeld, i want update some data so need a code for that i have code for insert NSManagedObjectContext *context = [self.fetchedResultsController ...
0
votes
1answer
233 views

Core data is lost when reboot iPhone device

I create an application that use two xcdatamodel file to save data. Everything works fine, the data can save and load successfully. But it is weird that when I reboot the device, data in one model is ...
3
votes
2answers
168 views

iOS - what is the right way to deal with a data model change?

I already have an app in the app store. I want to do an upgrade. My local data store has changed, with an extra table, and with a few fields added in the existing table. I want to retain the data in ...
1
vote
1answer
390 views

Changing CoreData Model : retro compatibility

I've been hitting this problem with coredata and it's driving me nuts because it should be straight forwards I'm currently working on the first release of this app, os obviously I keep tweeking the ...
2
votes
2answers
153 views

Updata NSManagedObject class definition from datamodel

Being fairly new to CoreData (Started playing with it 2 hours ago ;) ) I keep wondering if there is an easier way to do things. I'm currently using a DataModel to create my persistant objects code. ...
1
vote
0answers
112 views

What Is xcdatamodel and what special steps must be taken to use source control with it?

I have had nothing but trouble with the .xcdatamodel in my XCode ios project. I know it's a visual representation of my data model, but the XCode subversion support is weak at best, and whenever i ...
2
votes
3answers
490 views

Do multiple versions of xcdatamodel mean that we need multiple xcmappingmodel files?

I have multiple versions of xcdatamodel files: app1.0.xcdatamodel app1.1.xcdatamodel app1.2.xcdatamodel (current) Does this mean I need multiple combinations of xcmappingmodel files to cover all ...
0
votes
1answer
647 views

Copy existing xcdatamodel into a new project - Can't find model for source store

When copying a xcdatamodel to an existing project, the app hangs with the error: Unresolved error Error Domain=NSCocoaErrorDomain Code=134130 "The operation couldn’t be completed. (Cocoa error ...
1
vote
1answer
71 views

Can I split up a Core Data Model?

Our app consumes an API, and its data model has a set of entities which describe objects returned by that API, e.g. Categories and Locations. It also has a set of entities which describe ways the app ...
2
votes
1answer
206 views

Unable to add datamodel in xcode4

I'm porting my iphone app to ipad, and therefore created a completely new project. After programming a while, i wanted to import the coredata model from my iphone project, so i can have the same ...
0
votes
1answer
1k views

How to represent Foreign Key relationships in Core Data - Data Model in XCode

Totally new with Core Data, I'm making my data model. I have 33 entities, and few hard relationships between them but lots of Foreign-Key relationships. How can I manage that relationships that are ...
4
votes
3answers
139 views

Core Data Error

I am creating an application using Core Data. But When I run my app it crashes. It shows me this reason: reason = "The model used to open the store is incompatible with the one used to create the ...
3
votes
1answer
229 views

Change order of .xcdatamodel entries in .xcdatamodeld file

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 in ...
2
votes
1answer
1k views

Adding a CoreData Data Model file to XCode 4.2 causes source control to stop working with a question mark

I've been trying in vain for hours now to add a CoreData Data Model file to my XCode project, which is under SVN source control. Whenever I do, I get the following display in XCode: I've followed ...
1
vote
1answer
439 views

Xcode 4: Replace NSManagedObject subclass

I have a project from Xcode 3 that I put through the conversion process to make it Xcode 4 compatible. Within this project, all of my NSManagedObject subclasses are inside a group with a ...
0
votes
0answers
313 views

Xcode 4.2 Versioning with Newsstand: Changing .xcdatamodel causes incompatibility

Environment: Xcode 4.2 & iOS 5+, using Newsstand Running within Simulation version 5.0. Scenario: I added a new version to the existing xcdatamodel which broke the compile: ...
50
votes
2answers
7k views

How to delete an old/unused Data Model Version in xCode 4

How can I delete an old Data Model in xCode 4? 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) EDIT: This ...
0
votes
1answer
463 views

Core Data automatic lightweight migration - switching from unversioned to versioned data model

I am trying to perform a lightweight migration, but I am having a problem because of the way I created my initial datamodel. The initial data model was not versioned, so now the following code: ...
0
votes
2answers
332 views

xcdatamodel Contents Disappears

I've had this happen a few times. The contents of proj.xcdatamodeld/proj.xcdatamodel/ randomly disappear off my hard drive. However, Xcode will open the model file just fine. Sometimes all three ...
0
votes
1answer
119 views

xcdatamodel history causing git push errors

I have enabled history for xcdatamodel file.From the xcode it appears to be one file from terminal its a set of folders my.xcdatamodeld/ my 2.xcdatamodel my.xcdatamodel I am unable to ...
9
votes
3answers
730 views

Compatibility problem with .xcdatamodeld between Xcode 4.1 (Lion) and Xcode 3.2.5 (snow leopard)

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 ...
6
votes
2answers
2k views

Can I still use xcdatamodel core data model relationships with Restkit?

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. ...
0
votes
1answer
211 views

Core Data Not Saving Relationships Between Objects

I have a project that uses the same xcdatamodel file as another project. In fact it's the exact same file. I copied it from one project to the other. I also copied the object files over with a few ...
0
votes
1answer
23 views

Is there a mechanism to detect a design change in the datamodel for an iPad application?

I am building a new application and fully expect the datamodel to change in the future. I was wondering if the existing constructs have a versioning attribute that can be used for detecting a change ...
0
votes
1answer
139 views

iphone coredata xcdatamodel versioning…is their a limit to versions?

I am going through my 8th version of the iphone datamodel, and this is over the span of months, so improvements come along and changes have to be made. I was wondering if there is a limit to how many ...
1
vote
1answer
132 views

Retrieving data from core data

I'm using an xcdatamodel to define a number of classes based upon CoreData data entities. This is working great and I can retrieve them in accordance to Apple's examples: ...
2
votes
2answers
177 views

xcdatamodel corrupted

I am stuck with xcdatamodel being corrupted. I am a newbie and have no clue what to do hereon. Can supply the file which is being questioned alongwith the sqlite db as well... Do not know what do as ...
0
votes
1answer
2k views

How to Turn xcdatamodel file into xcdatamodeld file?

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 ...
1
vote
0answers
148 views

How to Add an existing xcDatamodel file to Object

I already have an existing xcdatamodel file. So I create a new project with core data. Now I want to replace the xcdatamodel file provided by the xcode with xcdatamodel file that I had. How would I ...
2
votes
2answers
308 views

Creating a User Interface From a Data Model

I already created my xcdatamodel file. Then I follow instruction in ...

1 2