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. QtCreator not able to launch ios app with Xcode 7.3.1
Forum Updated to NodeBB v4.3 + New Features

QtCreator not able to launch ios app with Xcode 7.3.1

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 1.0k Views 1 Watching
  • 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.
  • N Offline
    N Offline
    Nelson_Piquet
    wrote on last edited by
    #1

    I am using Qt 5.6.2 with Xcode 7.3.1
    Building MyQtApp for iOS compiles but finally gives the following error related xcode deployment as it looks:

    Automatic provisioning profile selection unavailable: A bundle identifier is required for automatic provisioning profile selection. Either enter a bundle identifier in the Info.plist, or select a provisioning profile to use in the build settings.
    

    But ----> If I go to the build directory where Qt has generated MyQtApp.xcodeproj & double click it to open in Xcode, it shows the Bundle identifier field empty. Now if I put the correct bundle identifier & run from Xcode, all runs fine on my ios device.

    So running from Xcode is all fine here. What should I do to enable to launch my app on my ios device ?

    1 Reply Last reply
    0
    • N Offline
      N Offline
      Nelson_Piquet
      wrote on last edited by
      #2

      Okay. I did some head-banging with this problem.
      In my MyQtApp/ios/info.plist, I hard the required bundle identifier that is com.mycompany.myappid in place of PRODUCT_BUNDLE_IDENTIFIER. This fixed the problem. Is this a correct thing to do ? Do all Qt apps on ios have the correct identifier hardcoded in info.plist. I am new to ios.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        IIRC, it should be done automatically for you so there might something strange going on.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

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