Core Data Tools Version increase - Should I also increase the model version?Tools to document Core Data Models?How to Sync iPhone Core Data with web server, and then push to other devices?The model used to open the store is incompatible with the one used to create the storeCore data model versioning issueCore Data Versioning - Multiple mapping models requiredCore Data Model Versioning and Data MigrationCore Data - lightweight migrations and multiple core data modelHow to simply delete old core data and rebuilt the new one?Core Data model version is not available in file inspectorCore data Missing Model Version?
When was the earliest opportunity the Voyager crew had to return to the Alpha quadrant?
Is there a real-world mythological counterpart to WoW's "kill your gods for power" theme?
Has SHA256 been broken by Treadwell Stanton DuPont?
How are chord ratios developed exactly?
Do they still use tiger roars in the 2019 "Lion King" movie?
I was promised a work PC but still awaiting approval 3 months later so using my own laptop - Is it fair to ask employer for laptop insurance?
Is low emotional intelligence associated with right-wing and prejudiced attitudes?
What jurisdiction do Scottish courts have over the Westminster parliament?
Why is the T-1000 humanoid?
Why is the Digital 0 not 0V in computer systems?
Are there any non-WEB re-implementation of TeX Core in recent years?
Can the UK veto its own extension request?
What is a realistic time needed to get a properly trained army?
How do email clients "send later" without storing a password?
Should I leave the first authorship of our paper to the student who did the project whereas I solved it?
I asked for a graduate student position from a professor. He replied "welcome". What does that mean?
"Literally" Vs "In the true sense of the word"
In Germany, how can I maximize the impact of my charitable donations?
Napkin Folding Problem / Rumpled Ruble Problem
Where to disclose a zero day vulnerability
What was the relationship between Einstein and Minkowski?
Will replacing a fake visa with a different fake visa cause me problems when applying for a legal study permit?
Where can I find vomiting people?
Glue or not to glue boots
Core Data Tools Version increase - Should I also increase the model version?
Tools to document Core Data Models?How to Sync iPhone Core Data with web server, and then push to other devices?The model used to open the store is incompatible with the one used to create the storeCore data model versioning issueCore Data Versioning - Multiple mapping models requiredCore Data Model Versioning and Data MigrationCore Data - lightweight migrations and multiple core data modelHow to simply delete old core data and rebuilt the new one?Core Data model version is not available in file inspectorCore data Missing Model Version?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
My CoreData model currently uses old (Xcode 3.2) format. I'd like to increase it to the latest one available, in which data is represented in the XML form:
Should I also increase the Model Version Number in the Core Data editor?
ios xcode core-data core-data-migration
add a comment
|
My CoreData model currently uses old (Xcode 3.2) format. I'd like to increase it to the latest one available, in which data is represented in the XML form:
Should I also increase the Model Version Number in the Core Data editor?
ios xcode core-data core-data-migration
add a comment
|
My CoreData model currently uses old (Xcode 3.2) format. I'd like to increase it to the latest one available, in which data is represented in the XML form:
Should I also increase the Model Version Number in the Core Data editor?
ios xcode core-data core-data-migration
My CoreData model currently uses old (Xcode 3.2) format. I'd like to increase it to the latest one available, in which data is represented in the XML form:
Should I also increase the Model Version Number in the Core Data editor?
ios xcode core-data core-data-migration
ios xcode core-data core-data-migration
asked Mar 28 at 9:54
Richard TopchiyRichard Topchiy
1,7123 gold badges18 silver badges46 bronze badges
1,7123 gold badges18 silver badges46 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
I cannot think of any reason why you'd need to do that as Model Version and Tools Version should be unrelated and orthogonal.
I have a 10-year old Mac app, Core Data document, which I've always built with the latest Xcode but I never bothered to change the Tools Version in its one data model, which contains 28 entities and a lot of relationships. Until 30 minutes ago, its Tools Version was Xcode 3.2, like yours. To prove my point, I changed only the Tools Version, to Automatic (Xcode 9.0), did a Clean Build Folder, then test, build and run. It passed my test suite, launched fine, opens documents, saves changes. No trouble found. Everything works fine. I plan to commit this change and ship my next version with it.
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55394638%2fcore-data-tools-version-increase-should-i-also-increase-the-model-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I cannot think of any reason why you'd need to do that as Model Version and Tools Version should be unrelated and orthogonal.
I have a 10-year old Mac app, Core Data document, which I've always built with the latest Xcode but I never bothered to change the Tools Version in its one data model, which contains 28 entities and a lot of relationships. Until 30 minutes ago, its Tools Version was Xcode 3.2, like yours. To prove my point, I changed only the Tools Version, to Automatic (Xcode 9.0), did a Clean Build Folder, then test, build and run. It passed my test suite, launched fine, opens documents, saves changes. No trouble found. Everything works fine. I plan to commit this change and ship my next version with it.
add a comment
|
I cannot think of any reason why you'd need to do that as Model Version and Tools Version should be unrelated and orthogonal.
I have a 10-year old Mac app, Core Data document, which I've always built with the latest Xcode but I never bothered to change the Tools Version in its one data model, which contains 28 entities and a lot of relationships. Until 30 minutes ago, its Tools Version was Xcode 3.2, like yours. To prove my point, I changed only the Tools Version, to Automatic (Xcode 9.0), did a Clean Build Folder, then test, build and run. It passed my test suite, launched fine, opens documents, saves changes. No trouble found. Everything works fine. I plan to commit this change and ship my next version with it.
add a comment
|
I cannot think of any reason why you'd need to do that as Model Version and Tools Version should be unrelated and orthogonal.
I have a 10-year old Mac app, Core Data document, which I've always built with the latest Xcode but I never bothered to change the Tools Version in its one data model, which contains 28 entities and a lot of relationships. Until 30 minutes ago, its Tools Version was Xcode 3.2, like yours. To prove my point, I changed only the Tools Version, to Automatic (Xcode 9.0), did a Clean Build Folder, then test, build and run. It passed my test suite, launched fine, opens documents, saves changes. No trouble found. Everything works fine. I plan to commit this change and ship my next version with it.
I cannot think of any reason why you'd need to do that as Model Version and Tools Version should be unrelated and orthogonal.
I have a 10-year old Mac app, Core Data document, which I've always built with the latest Xcode but I never bothered to change the Tools Version in its one data model, which contains 28 entities and a lot of relationships. Until 30 minutes ago, its Tools Version was Xcode 3.2, like yours. To prove my point, I changed only the Tools Version, to Automatic (Xcode 9.0), did a Clean Build Folder, then test, build and run. It passed my test suite, launched fine, opens documents, saves changes. No trouble found. Everything works fine. I plan to commit this change and ship my next version with it.
answered Mar 28 at 19:00
Jerry KrinockJerry Krinock
2,60020 silver badges25 bronze badges
2,60020 silver badges25 bronze badges
add a comment
|
add a comment
|
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55394638%2fcore-data-tools-version-increase-should-i-also-increase-the-model-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown