How to change Xcode sdk compiling versionHow to “add existing frameworks” in Xcode 4?“Warning: iPhone apps should include an armv6 architecture” even with build config setVersion vs build in XcodeHow to download Xcode DMG or XIP file?Xcode : failed to get the task for processCan I safely delete contents of Xcode Derived data folder?iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 BetaXcode 6 Bug: Unknown class in Interface Builder fileXcode error “Could not find Developer Disk Image”Setting SDK to 12.1

Using parameter substitution on a Bash array

How do I define a right arrow with bar in LaTeX?

How to prove that the query oracle is unitary?

Is a roofing delivery truck likely to crack my driveway slab?

What defines a dissertation?

Valid Badminton Score?

Your magic is very sketchy

Why did Kant, Hegel, and Adorno leave some words and phrases in the Greek alphabet?

Can I convert a rim brake wheel to a disc brake wheel?

Time travel short story where a man arrives in the late 19th century in a time machine and then sends the machine back into the past

How can I use the arrow sign in my bash prompt?

How could Frankenstein get the parts for his _second_ creature?

How will losing mobility of one hand affect my career as a programmer?

Is there any reason not to eat food that's been dropped on the surface of the moon?

apt-get update is failing in debian

How do I keep an essay about "feeling flat" from feeling flat?

Personal Teleportation as a Weapon

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

Mapping a list into a phase plot

How does a character multiclassing into warlock get a focus?

Why does John Bercow say “unlock” after reading out the results of a vote?

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Is it correct to write "is not focus on"?

What will be the benefits of Brexit?



How to change Xcode sdk compiling version


How to “add existing frameworks” in Xcode 4?“Warning: iPhone apps should include an armv6 architecture” even with build config setVersion vs build in XcodeHow to download Xcode DMG or XIP file?Xcode : failed to get the task for processCan I safely delete contents of Xcode Derived data folder?iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 BetaXcode 6 Bug: Unknown class in Interface Builder fileXcode error “Could not find Developer Disk Image”Setting SDK to 12.1













0















I have tried to build an app through to the AppStore but they rejected it due to the app using sdk 11.4. Stating that it needs to use the updated version of 12.1.
The current Xcode I have installed is 10.1 or 10B61 which is the latest without making use of a Beta. I have searched through the settings trying to find how to update the sdk as well as maybe target that newer base SDK.



Things I have tried:



  • Searched for newer Xcode (stated above)

  • Searched through settings for the base SDK version number so it can be changed.

  • Went to AppStore to find any updates for Xcode (there were none)

  • Tried googling how to change/update the sdk, but none give an explicit answer on where this can be done. It merely states that Xcode 10 should come with a base SDK of 12.1, but that does not seem to be the case here.

Please note that this is not to target the minimum version. I know where that is and it is set accordingly. No issues there.




EDIT:



I have run $> xcodebuild -showsdks and it shows that sdk 12.1 is the sdk that is installed.
However, it seems that it is somehow overriding it to 11.4 when it is trying to build to AppStore. Not sure why.










share|improve this question
























  • Is this Objective-C or Swift?

    – JeremyP
    Mar 8 at 10:00











  • React-Native (latest)

    – Luke Holmwood
    Mar 8 at 11:54











  • @JeremyP, i found the issue, please see answer from myself below.

    – Luke Holmwood
    Mar 8 at 12:03















0















I have tried to build an app through to the AppStore but they rejected it due to the app using sdk 11.4. Stating that it needs to use the updated version of 12.1.
The current Xcode I have installed is 10.1 or 10B61 which is the latest without making use of a Beta. I have searched through the settings trying to find how to update the sdk as well as maybe target that newer base SDK.



Things I have tried:



  • Searched for newer Xcode (stated above)

  • Searched through settings for the base SDK version number so it can be changed.

  • Went to AppStore to find any updates for Xcode (there were none)

  • Tried googling how to change/update the sdk, but none give an explicit answer on where this can be done. It merely states that Xcode 10 should come with a base SDK of 12.1, but that does not seem to be the case here.

Please note that this is not to target the minimum version. I know where that is and it is set accordingly. No issues there.




EDIT:



I have run $> xcodebuild -showsdks and it shows that sdk 12.1 is the sdk that is installed.
However, it seems that it is somehow overriding it to 11.4 when it is trying to build to AppStore. Not sure why.










share|improve this question
























  • Is this Objective-C or Swift?

    – JeremyP
    Mar 8 at 10:00











  • React-Native (latest)

    – Luke Holmwood
    Mar 8 at 11:54











  • @JeremyP, i found the issue, please see answer from myself below.

    – Luke Holmwood
    Mar 8 at 12:03













0












0








0


1






I have tried to build an app through to the AppStore but they rejected it due to the app using sdk 11.4. Stating that it needs to use the updated version of 12.1.
The current Xcode I have installed is 10.1 or 10B61 which is the latest without making use of a Beta. I have searched through the settings trying to find how to update the sdk as well as maybe target that newer base SDK.



Things I have tried:



  • Searched for newer Xcode (stated above)

  • Searched through settings for the base SDK version number so it can be changed.

  • Went to AppStore to find any updates for Xcode (there were none)

  • Tried googling how to change/update the sdk, but none give an explicit answer on where this can be done. It merely states that Xcode 10 should come with a base SDK of 12.1, but that does not seem to be the case here.

Please note that this is not to target the minimum version. I know where that is and it is set accordingly. No issues there.




EDIT:



I have run $> xcodebuild -showsdks and it shows that sdk 12.1 is the sdk that is installed.
However, it seems that it is somehow overriding it to 11.4 when it is trying to build to AppStore. Not sure why.










share|improve this question
















I have tried to build an app through to the AppStore but they rejected it due to the app using sdk 11.4. Stating that it needs to use the updated version of 12.1.
The current Xcode I have installed is 10.1 or 10B61 which is the latest without making use of a Beta. I have searched through the settings trying to find how to update the sdk as well as maybe target that newer base SDK.



Things I have tried:



  • Searched for newer Xcode (stated above)

  • Searched through settings for the base SDK version number so it can be changed.

  • Went to AppStore to find any updates for Xcode (there were none)

  • Tried googling how to change/update the sdk, but none give an explicit answer on where this can be done. It merely states that Xcode 10 should come with a base SDK of 12.1, but that does not seem to be the case here.

Please note that this is not to target the minimum version. I know where that is and it is set accordingly. No issues there.




EDIT:



I have run $> xcodebuild -showsdks and it shows that sdk 12.1 is the sdk that is installed.
However, it seems that it is somehow overriding it to 11.4 when it is trying to build to AppStore. Not sure why.







ios xcode app-store






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 11 at 5:28









Cœur

19.1k9114155




19.1k9114155










asked Mar 8 at 9:31









Luke HolmwoodLuke Holmwood

387




387












  • Is this Objective-C or Swift?

    – JeremyP
    Mar 8 at 10:00











  • React-Native (latest)

    – Luke Holmwood
    Mar 8 at 11:54











  • @JeremyP, i found the issue, please see answer from myself below.

    – Luke Holmwood
    Mar 8 at 12:03

















  • Is this Objective-C or Swift?

    – JeremyP
    Mar 8 at 10:00











  • React-Native (latest)

    – Luke Holmwood
    Mar 8 at 11:54











  • @JeremyP, i found the issue, please see answer from myself below.

    – Luke Holmwood
    Mar 8 at 12:03
















Is this Objective-C or Swift?

– JeremyP
Mar 8 at 10:00





Is this Objective-C or Swift?

– JeremyP
Mar 8 at 10:00













React-Native (latest)

– Luke Holmwood
Mar 8 at 11:54





React-Native (latest)

– Luke Holmwood
Mar 8 at 11:54













@JeremyP, i found the issue, please see answer from myself below.

– Luke Holmwood
Mar 8 at 12:03





@JeremyP, i found the issue, please see answer from myself below.

– Luke Holmwood
Mar 8 at 12:03












1 Answer
1






active

oldest

votes


















0














The issue did not seem to be with Xcode itself but rather Bitrise that we were using to build and publish the app to the AppStore. Once the correct stack was selected for the building/publishing, it managed to build, however, we then found a different issue.



Using Xcode 10.1 we built the app in iOS 12.1, however, Bitrise seems to have an issue with React-Native third-party dependencies when it comes to Xcode 10.0+. It just doesn't seem to install them correctly and throws an error while compiling. (dependency: double-conversion)



The only advice we could find online was to downgrade xCode to 9.4 and then manually add the Device Support files (from targeted SDK to 12.1) to the app. This is something we don't want to do.



We are waiting for Bitrise to sort their stuff out, but in the meantime, we are looking into building straight from Xcode or Fastlane.






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/3.0/"u003ecc by-sa 3.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%2f55060281%2fhow-to-change-xcode-sdk-compiling-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









    0














    The issue did not seem to be with Xcode itself but rather Bitrise that we were using to build and publish the app to the AppStore. Once the correct stack was selected for the building/publishing, it managed to build, however, we then found a different issue.



    Using Xcode 10.1 we built the app in iOS 12.1, however, Bitrise seems to have an issue with React-Native third-party dependencies when it comes to Xcode 10.0+. It just doesn't seem to install them correctly and throws an error while compiling. (dependency: double-conversion)



    The only advice we could find online was to downgrade xCode to 9.4 and then manually add the Device Support files (from targeted SDK to 12.1) to the app. This is something we don't want to do.



    We are waiting for Bitrise to sort their stuff out, but in the meantime, we are looking into building straight from Xcode or Fastlane.






    share|improve this answer





























      0














      The issue did not seem to be with Xcode itself but rather Bitrise that we were using to build and publish the app to the AppStore. Once the correct stack was selected for the building/publishing, it managed to build, however, we then found a different issue.



      Using Xcode 10.1 we built the app in iOS 12.1, however, Bitrise seems to have an issue with React-Native third-party dependencies when it comes to Xcode 10.0+. It just doesn't seem to install them correctly and throws an error while compiling. (dependency: double-conversion)



      The only advice we could find online was to downgrade xCode to 9.4 and then manually add the Device Support files (from targeted SDK to 12.1) to the app. This is something we don't want to do.



      We are waiting for Bitrise to sort their stuff out, but in the meantime, we are looking into building straight from Xcode or Fastlane.






      share|improve this answer



























        0












        0








        0







        The issue did not seem to be with Xcode itself but rather Bitrise that we were using to build and publish the app to the AppStore. Once the correct stack was selected for the building/publishing, it managed to build, however, we then found a different issue.



        Using Xcode 10.1 we built the app in iOS 12.1, however, Bitrise seems to have an issue with React-Native third-party dependencies when it comes to Xcode 10.0+. It just doesn't seem to install them correctly and throws an error while compiling. (dependency: double-conversion)



        The only advice we could find online was to downgrade xCode to 9.4 and then manually add the Device Support files (from targeted SDK to 12.1) to the app. This is something we don't want to do.



        We are waiting for Bitrise to sort their stuff out, but in the meantime, we are looking into building straight from Xcode or Fastlane.






        share|improve this answer















        The issue did not seem to be with Xcode itself but rather Bitrise that we were using to build and publish the app to the AppStore. Once the correct stack was selected for the building/publishing, it managed to build, however, we then found a different issue.



        Using Xcode 10.1 we built the app in iOS 12.1, however, Bitrise seems to have an issue with React-Native third-party dependencies when it comes to Xcode 10.0+. It just doesn't seem to install them correctly and throws an error while compiling. (dependency: double-conversion)



        The only advice we could find online was to downgrade xCode to 9.4 and then manually add the Device Support files (from targeted SDK to 12.1) to the app. This is something we don't want to do.



        We are waiting for Bitrise to sort their stuff out, but in the meantime, we are looking into building straight from Xcode or Fastlane.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 8 at 13:19









        Burim Syla

        12913




        12913










        answered Mar 8 at 12:02









        Luke HolmwoodLuke Holmwood

        387




        387





























            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%2f55060281%2fhow-to-change-xcode-sdk-compiling-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

            How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

            Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

            List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229