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. Code signing Error
Forum Updated to NodeBB v4.3 + New Features

Code signing Error

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 2.3k Views 2 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.
  • G Offline
    G Offline
    g3ven
    wrote on 21 Feb 2017, 04:00 last edited by
    #1

    I tried to develop my first qml app in ios.
    Xcode Version : 8.2
    Qt Version 5.8
    OS : Mac El capital 10.11.6
    Mac book pro

    ERROR
    The following build commands failed:
    Check dependencies
    (1 failure)

    === BUILD TARGET test_app1 OF PROJECT test_app1 WITH CONFIGURATION Debug ===

    Check dependencies
    No profiles for 'sd.test-app1' were found: Xcode couldn't find a provisioning profile matching 'sd.test-app1'.
    Code signing is required for product type 'Application' in SDK 'iOS 10.2'

    WORKAROUND TRIED

    Added
    ios {

    QMAKE_XCODE_CODE_SIGN_IDENTITY = "iPhone Developer"
    MY_DEVELOPMENT_TEAM.name = DEVELOPMENT_TEAM
    MY_DEVELOPMENT_TEAM.value = G3Y7K5KXFX
    QMAKE_MAC_XCODE_SETTINGS += MY_DEVELOPMENT_TEAM
    }

    To the pro file and still no help. MY_DEVELOPMENT_TEAM.value = G3Y7K5KXFX i obtained from my xcode managed profile. It gave me this value like
    Team: My name
    Certificate included : iphone developer
    my email id and this G3Y7K5KXFX

    I am still getting the same error. Also i am not able to find membership tab on the apple id account for any team id.

    I am a novice in mobile development. I would be grateful to receive some pointers on the same

    Thanks
    Gayathri

    1 Reply Last reply
    0
    • G Offline
      G Offline
      GTDev
      wrote on 21 Feb 2017, 10:31 last edited by GTDev
      #2

      You can try to

      • delete the shadow build directory
      • Right-click on the project in Qt Creator and select "Run qmake"
      • Then open the created *.xcodeproj in the build directory with XCode and sign/build the project
        Signing projects directly with Qt Creator often works then after XCode configured the developer account and profiles.

      Senior Developer at Felgo - https://felgo.com/qt

      Develop mobile Apps for iOS & Android with Qt
      Felgo is an official Qt Technology Partner

      G 1 Reply Last reply 22 Feb 2017, 09:47
      1
      • G GTDev
        21 Feb 2017, 10:31

        You can try to

        • delete the shadow build directory
        • Right-click on the project in Qt Creator and select "Run qmake"
        • Then open the created *.xcodeproj in the build directory with XCode and sign/build the project
          Signing projects directly with Qt Creator often works then after XCode configured the developer account and profiles.
        G Offline
        G Offline
        g3ven
        wrote on 22 Feb 2017, 09:47 last edited by
        #3

        @GTDev

        Thank you very much for the help. I was able to get it working.

        Regards
        Gayathri

        1 Reply Last reply
        0

        1/3

        21 Feb 2017, 04:00

        • Login

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