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. ios issues release build Qt 5.9, Xcode 8.3.3
Forum Updated to NodeBB v4.3 + New Features

ios issues release build Qt 5.9, Xcode 8.3.3

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 1 Posters 1.0k 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.
  • ekkescornerE Offline
    ekkescornerE Offline
    ekkescorner
    Qt Champions 2016
    wrote on last edited by
    #1

    have updated:
    OSX 10.11.6 --> 10.12.5
    Xcode 8.2 --> 8.3.3
    iOS 10.2.1 --> 10.3.2
    Qt 5.8 --> 5.9
    Qt Creator 4.2 --> 4.3

    noticed a problem with iOS Release builds.
    getting thousands of Issues:

    https://s25.postimg.org/wiv1sov4v/ios-release-issues.png

    Debug build works well.
    I'm using Kits without any changes

    will open a Bug.
    Do you know if this is a Qt Bug or a Qt Creator Bug ?

    has someone an idea HowTo get rid of these warnings ?

    thx

    ekke ... Qt Champion 2016 | 2024 ... mobile business apps
    5.15 --> 6.9 https://t1p.de/ekkeChecklist
    QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

    ekkescornerE 1 Reply Last reply
    0
    • ekkescornerE Offline
      ekkescornerE Offline
      ekkescorner
      Qt Champions 2016
      wrote on last edited by
      #3

      with a little help from @Jake-Petroules:

      here's HowTo avoid all these warnings.
      Add into .pro

      iOS {
          ...
          disable_warning.name = GCC_WARN_64_TO_32_BIT_CONVERSION
          disable_warning.value = No
          QMAKE_MAC_XCODE_SETTINGS += disable_warning
      

      ekke ... Qt Champion 2016 | 2024 ... mobile business apps
      5.15 --> 6.9 https://t1p.de/ekkeChecklist
      QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

      1 Reply Last reply
      3
      • ekkescornerE ekkescorner

        have updated:
        OSX 10.11.6 --> 10.12.5
        Xcode 8.2 --> 8.3.3
        iOS 10.2.1 --> 10.3.2
        Qt 5.8 --> 5.9
        Qt Creator 4.2 --> 4.3

        noticed a problem with iOS Release builds.
        getting thousands of Issues:

        https://s25.postimg.org/wiv1sov4v/ios-release-issues.png

        Debug build works well.
        I'm using Kits without any changes

        will open a Bug.
        Do you know if this is a Qt Bug or a Qt Creator Bug ?

        has someone an idea HowTo get rid of these warnings ?

        thx

        ekkescornerE Offline
        ekkescornerE Offline
        ekkescorner
        Qt Champions 2016
        wrote on last edited by
        #2

        @ekkescorner found a way to disable this from Xcode Build Settings
        https://s25.postimg.org/ev4imdndr/xcode_build_settings2.png

        unfortunately a new build from Creator resets the value

        ekke ... Qt Champion 2016 | 2024 ... mobile business apps
        5.15 --> 6.9 https://t1p.de/ekkeChecklist
        QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

        1 Reply Last reply
        0
        • ekkescornerE Offline
          ekkescornerE Offline
          ekkescorner
          Qt Champions 2016
          wrote on last edited by
          #3

          with a little help from @Jake-Petroules:

          here's HowTo avoid all these warnings.
          Add into .pro

          iOS {
              ...
              disable_warning.name = GCC_WARN_64_TO_32_BIT_CONVERSION
              disable_warning.value = No
              QMAKE_MAC_XCODE_SETTINGS += disable_warning
          

          ekke ... Qt Champion 2016 | 2024 ... mobile business apps
          5.15 --> 6.9 https://t1p.de/ekkeChecklist
          QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

          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