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. [SOLVED] Qt under El Capitan fails to deploy

[SOLVED] Qt under El Capitan fails to deploy

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 3 Posters 3.4k 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
    glararan
    wrote on last edited by glararan
    #1

    Hi,

    I installed yesterday El Capitan into VMware. In Xcode 7 I am able to deploy onto device application without dev license.

    I also installed Qt -> but there is problem, I can't deploy it into iPad cause this:
    :-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 “example.QtQuickControlsApp” were found.

    I created Qt Quick Controls Application from template for iOS.
    Screen of kit: https://ctrlv.cz/shots/2015/10/04/Up5c.png
    Screen of compiler (copied from iphone, ipad folder not found): https://ctrlv.cz/shots/2015/10/04/UIMP.png

    Thanks for help!

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kolegs
      wrote on last edited by
      #2

      Did you register as developer?

      1 Reply Last reply
      0
      • G Offline
        G Offline
        glararan
        wrote on last edited by
        #3

        In El Capitan (Xcode 7) you don't have to purchase license for deploy. I already deployed app to iPad in Xcode 7, just Qt have some problems. Or do I need to register in Qt Creator somehow? Or sign somewhere in Qt Creator?

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

          Hi,

          Are you in this case ?

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

          G 1 Reply Last reply
          0
          • SGaistS SGaist

            Hi,

            Are you in this case ?

            G Offline
            G Offline
            glararan
            wrote on last edited by
            #5

            @SGaist Nope, Im able to install everything with Xcode to device. There is no problem with Xcode.

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kolegs
              wrote on last edited by
              #6

              Since XCode is running ok, why don't you use it? Just open project in QtCreator run qmake and then open project in XCode(project file is placed in ../build-projectName directory) and run it from here?

              G 1 Reply Last reply
              0
              • K kolegs

                Since XCode is running ok, why don't you use it? Just open project in QtCreator run qmake and then open project in XCode(project file is placed in ../build-projectName directory) and run it from here?

                G Offline
                G Offline
                glararan
                wrote on last edited by
                #7

                @kolegs its so complicated.. Yes its one way, but why Qt creator dont allow me to deploy it?

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  glararan
                  wrote on last edited by
                  #8

                  SOLUTION!!!

                  I didn't ever opened generated project from Qt Creator for Xcode...

                  So

                  1. Open .xcodeproj
                  2. Error or warnings will show up
                  3. Go to project settings and click on "Fix it" or something like that.
                  4. Also change device to iPad from Universal (depends on what u wanna to deploy, I just wanna iPad) and choose iOS 9!
                  5. Build & deploy from Xcode
                  6. On success you can close Xcode and go to Qt Creator and run it from there!

                  Btw thanks everybody for helping.

                  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