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;








1















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:



cd version



Should I also increase the Model Version Number in the Core Data editor?



model version










share|improve this question






























    1















    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:



    cd version



    Should I also increase the Model Version Number in the Core Data editor?



    model version










    share|improve this question


























      1












      1








      1








      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:



      cd version



      Should I also increase the Model Version Number in the Core Data editor?



      model version










      share|improve this question














      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:



      cd version



      Should I also increase the Model Version Number in the Core Data editor?



      model version







      ios xcode core-data core-data-migration






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      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

























          1 Answer
          1






          active

          oldest

          votes


















          1
















          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.






          share|improve this answer
























            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
            );



            );














            draft saved

            draft discarded
















            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









            1
















            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.






            share|improve this answer





























              1
















              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.






              share|improve this answer



























                1














                1










                1









                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 28 at 19:00









                Jerry KrinockJerry Krinock

                2,60020 silver badges25 bronze badges




                2,60020 silver badges25 bronze badges





















                    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.




















                    draft saved

                    draft discarded















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현