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 does not pick my ios provisioning profile

QtCreator does not pick my ios provisioning profile

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 2.4k 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 for ios. I have Xcode 7.3.1 & Qt 5.7. I am well able to build & deploy apps from Xcode on my ios device. But when I do it from QtCreator, I get the following error & its really bugging.

    :-1: error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “com.mycompany.myapp” were found.

    How can I get rid of this error ? How can I make QtCreator point to my correct provisioning profile ?

    I had 2 provisioning profiles. To help QtCreator from getting confused. I even deleted one profile to keep it simple but the error stays on. How can I fix this ?

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

      Found the fix myself. If you open the xcodeproj generated by Qt in Xcode & run that by fixing the code signing issue, thats it. Qt picks it up from next runs.

      But this is really a nagging ug with Qt I think. It gets confused specially when there are more than one provisioning profiles

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

        Hi,

        IIRC you can use QMAKE_XCODE_CODE_SIGN_IDENTITY to help tell which identity it should use.

        Hope it helps

        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