Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. MaOs changed platform SDK from version 10.14.1 to 10.15.1
Qt 6.11 is out! See what's new in the release blog

MaOs changed platform SDK from version 10.14.1 to 10.15.1

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 739 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    agiova
    wrote on last edited by
    #1

    Hi,

    I recently updated my MacOs to Catalina and I've downloaded and installed the last version of Xcode.
    When I try to run my application it gives me the following error:

    The platform SDK has been changed from version 10.14.1 to version 10.15.1.
    This requires a fresh build. Please wipe the build directory completely,
    including any .qmake.stash and .qmake.cache files generated by qmake.
    

    I already deleted the build directory as suggested on other posts, but it still gives me the problem.
    What should I do? Can someone give me any suggestion?

    Thank you in advance.

    J.HilkJ 1 Reply Last reply
    0
    • A agiova

      Hi,

      I recently updated my MacOs to Catalina and I've downloaded and installed the last version of Xcode.
      When I try to run my application it gives me the following error:

      The platform SDK has been changed from version 10.14.1 to version 10.15.1.
      This requires a fresh build. Please wipe the build directory completely,
      including any .qmake.stash and .qmake.cache files generated by qmake.
      

      I already deleted the build directory as suggested on other posts, but it still gives me the problem.
      What should I do? Can someone give me any suggestion?

      Thank you in advance.

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by J.Hilk
      #2

      @agiova said in MaOs changed platform SDK from version 10.14.1 to 10.15.1:

      I already deleted the build directory as suggested on other posts, but it still gives me the problem.

      are you really sure ?
      This never failed me.

      Just to make sure try the following:
      Close QtCreator
      Delete the *.pro.user file
      Delete the shadow build folder
      Start your project normally and compile


      clean and rebuild is not enough, you have to manually delete it inside of Finder!


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      A 1 Reply Last reply
      2
      • J.HilkJ J.Hilk

        @agiova said in MaOs changed platform SDK from version 10.14.1 to 10.15.1:

        I already deleted the build directory as suggested on other posts, but it still gives me the problem.

        are you really sure ?
        This never failed me.

        Just to make sure try the following:
        Close QtCreator
        Delete the *.pro.user file
        Delete the shadow build folder
        Start your project normally and compile


        clean and rebuild is not enough, you have to manually delete it inside of Finder!

        A Offline
        A Offline
        agiova
        wrote on last edited by
        #3

        @J-Hilk well yes, I deleted the build-XXXXXXX-Desktop_Qt_5_12_2_clang_64bit-Debug folder.

        Anyway I followed your steps and now it's working. Thank you!

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved