Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Deployment failed. The settings in the Devices window of Xcode might be incorrect.

Deployment failed. The settings in the Devices window of Xcode might be incorrect.

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 1.5k 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.
  • J Offline
    J Offline
    Joost de Moel
    wrote on last edited by Joost de Moel
    #1

    Hi,

    I'm getting this error when trying to deploy an example app to the iOS simulator. It does work on a real device.

    I did the following:

    • installed Xcode 11
    • installed Qt 5.13.1
    • selected a Qt example application
    • got this error: Deployment failed. The settings in the Devices window of Xcode might be incorrect.

    Then I tried reverting back to Xcode 10.3, but that doesn't help. Any suggestions? It's a clean installation, and the same problem occurs for each sample app I try.

    I also get this output:
    "09:56:43: Application install on simulator failed.
    Error while building/deploying project localfortuneclient (kit: Qt 5.13.1 for iOS Simulator)
    When executing step "Deploy to iOS Simulator""

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Joost de Moel
      wrote on last edited by
      #2

      This fixed the problem: https://stackoverflow.com/a/56481486

      1 Reply Last reply
      1
      • T Offline
        T Offline
        Tyber
        wrote on last edited by Tyber
        #3

        Better solution for Qt Projects: Open Project .pro File and Add this line:

        Version = 1.0.0.0
        
        1 Reply Last reply
        2

        • Login

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