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. Which of the files created by Xcode is needed to run on the iphone?

Which of the files created by Xcode is needed to run on the iphone?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
8 Posts 3 Posters 498 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.
  • M Offline
    M Offline
    Mikeeeeee
    wrote on last edited by
    #1

    Hi!
    Created a project in Qt, compiled in Xcode. These files appeared in the project folder:
    Created a project in Qt, compiled in Xcode. In the folder with the project there was a folder Debug-iphonesimulator.
    Which of the files created by Xcode is needed to run on the iphone?

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

      Hi,

      Well, you built the project for the simulator so none of them.

      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
      1
      • M Offline
        M Offline
        Mikeeeeee
        wrote on last edited by
        #3

        And how to build for iphone?

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

          Select the iphoneos sdk to build your project.

          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
          • M Offline
            M Offline
            Mikeeeeee
            wrote on last edited by
            #5

            is it selectable in Xcode?

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

              Did you at least try to search in your project options ? Xcode's documentation ?

              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
              1
              • M Offline
                M Offline
                Mikeeeeee
                wrote on last edited by
                #7

                Tried, but didn't understand. I noticed that the files appear in the executable folder. But what they need to install the application in the phone do not understand.

                1 Reply Last reply
                0
                • Pradeep P NP Offline
                  Pradeep P NP Offline
                  Pradeep P N
                  wrote on last edited by
                  #8

                  Hi @Mikeeeeee

                  When you build the Qt Code using the iPhone SDK a .xcodeproj file in your build directory.

                  • You can open that file using XCode, please fill the required fields and you can directly deploy the Package on the iPhone.

                  • Make sure you have the developer certificate and the provision profile including the iPhone(s) you want to deploy the APP on.

                  Some helpful links
                  Create an .ipa file from XCode.
                  Support for iOS.

                  All the best.

                  Pradeep Nimbalkar.
                  Upvote the answer(s) that helped you to solve the issue...
                  Keep code clean.

                  1 Reply Last reply
                  3

                  • Login

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