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. Problem to compile quickios
Qt 6.11 is out! See what's new in the release blog

Problem to compile quickios

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 3 Posters 1.3k 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.
  • F Offline
    F Offline
    farshad bayat
    wrote on last edited by farshad bayat
    #1

    hi EVERYBODY
    i can not compile this plugin(This). it is about native component of ios that mix objective-c and qt.

    [instruction](https://github.com/benlau/quickios/tree/master/examples/quickiosexample)
    Build Instruction for Command Line
    
    mkdir build
    cd build
    ../generate_ios.sh
    ../build_ios.sh
    If build success, it will run app with lldb debugger
    

    i did steps as you have written
    1 mkdir build
    2 cd build
    3 ../generate_ios.sh

    but in 4th step there is no build_ios.sh file to continue !!
    what am i wrong here ??
    and one more question . what is simple way to mix objective-c and Qt for ios or any useful references , for example i need ios native map in qt how can i do it ?
    here is a screen shot
    screen shot

    thank you

    benlauB 1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @benlau ping

      F 1 Reply Last reply
      0
      • ? A Former User

        @benlau ping

        F Offline
        F Offline
        farshad bayat
        wrote on last edited by
        #3

        @Wieland now i correct link address(sorry).

        1 Reply Last reply
        0
        • F farshad bayat

          hi EVERYBODY
          i can not compile this plugin(This). it is about native component of ios that mix objective-c and qt.

          [instruction](https://github.com/benlau/quickios/tree/master/examples/quickiosexample)
          Build Instruction for Command Line
          
          mkdir build
          cd build
          ../generate_ios.sh
          ../build_ios.sh
          If build success, it will run app with lldb debugger
          

          i did steps as you have written
          1 mkdir build
          2 cd build
          3 ../generate_ios.sh

          but in 4th step there is no build_ios.sh file to continue !!
          what am i wrong here ??
          and one more question . what is simple way to mix objective-c and Qt for ios or any useful references , for example i need ios native map in qt how can i do it ?
          here is a screen shot
          screen shot

          thank you

          benlauB Offline
          benlauB Offline
          benlau
          Qt Champions 2016
          wrote on last edited by benlau
          #4

          @farshad-bayat The build instruction is outdated. The generate_ios.sh is not needed for current version. You could just open the .pro file in Qt Creator, set target to iOS, then build & deploy. Sorry for the confusion.

          F 1 Reply Last reply
          2
          • benlauB benlau

            @farshad-bayat The build instruction is outdated. The generate_ios.sh is not needed for current version. You could just open the .pro file in Qt Creator, set target to iOS, then build & deploy. Sorry for the confusion.

            F Offline
            F Offline
            farshad bayat
            wrote on last edited by farshad bayat
            #5

            @benlau
            tank you for your replay
            but i can't compile it again, and i face below:
            No profiles for 'com.github.QuickIOSExample' were found:-1: error: Xcode couldn't find a provisioning profile matching 'com.github.QuickIOSExample'.
            here is the screen shot screen shot

            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