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. Qt Creator ignores my provisioning profile in iOS Settings
Forum Updated to NodeBB v4.3 + New Features

Qt Creator ignores my provisioning profile in iOS Settings

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 875 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.
  • C Offline
    C Offline
    CroCo
    wrote on last edited by
    #1

    I've successfully run iOS examples and I've implemented my own iOS apps. There is a little annoying problem with Qt Creator is the fact that it ignores my provisioning profile and it generates an automatic provisioning profile based on the project's name. In Development team, I've set my own and I check Automatically manage signing option with no luck. It just ignores it. A workaround solution is to open the generated Xcode project and modify the provisioning profile and come back to Qt Creator and run the app with no complain. My question is how to tell Qt Creator to pick up a specific provisioning profile? I'm using Qt 5.8 and Xcode 8 with macOS Sierra. Thank you.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Schluchti
      wrote on last edited by
      #2

      For me the following settings are working for me in the *.pro file:

      ios{
          #got this value from a xcode project (by opening the *.pbxproj
          #file with a normal editor and looking for the "Development" team
          #value)
          MY_DEVELOPMENT_TEAM.value = XXXXXXXXXX
          MY_DEVELOPMENT_TEAM.name = DEVELOPMENT_TEAM
          QMAKE_MAC_XCODE_SETTINGS += MY_DEVELOPMENT_TEAM
      }
      

      (tested with Qt 5.7.1)

      Want to read more about Qt?

      https://gympulsr.com/blog/qt/

      Latest Article: https://gympulsr.com/blog/qt/2017/06/14/ios-background-music-qt.html

      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