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. Qt iOS application build fails unless added and disabbled "DisableBuildSystemDeprecationDiagnostic" in xcsettings file
QtWS25 Last Chance

Qt iOS application build fails unless added and disabbled "DisableBuildSystemDeprecationDiagnostic" in xcsettings file

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
iosxcodebuild failxcode failxcsettings
1 Posts 1 Posters 324 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.
  • I Offline
    I Offline
    inkfil
    wrote on last edited by inkfil
    #1

    Hello Community,
    I've an iPadOS application build using Qt5 (version 5.12.11), I'm able to generate an IPA only when the following lines are added to my build script.

    ```
    # adds "DisableBuildSystemDeprecationDiagnostic" to xcsettings file, and then toggle it true.
    /usr/libexec/PlistBuddy -c "Add :DisableBuildSystemDeprecationDiagnostic bool"  Focus.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
    /usr/libexec/PlistBuddy -c "Set :DisableBuildSystemDeprecationDiagnostic true"  Focus.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
    ```
    

    is there new build system that takes care of this? since I'm not sure untill when I can use depreciated build system

    Build Details:
    Qt version: 5.12.11
    qmake version: 3.1
    MacOs version: 12.6 (Monterey, M1 2020)
    Xcode version: 14.0.1 (14A400)
    xcodebuild version: 14.0.1 (14A400)

    Thanks
    Ronak Jain.

    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