Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-117933

iOS: Qt Creator doesn't rebuild executable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P1: Critical P1: Critical
    • None
    • dev
    • Build System: CMake
    • None
    • iOS/tvOS/watchOS

      Steps to reproduce:

      • use a qtbase developer build
      • build any project, e.g. the menus example as an external project and run it.
      • make a change, e.g. add a qDebug() << _FUNCTION_;
      • set a break point at the qDebug()
      • hit "build" and start the application in debug mode and step over the new statement.
        => the debug message will not be printed
        => the debugger will behave as if the sources were newer than the executable

      Workaround:

      • have XCode open in parallel
      • open and build the .xcodeproj tree.
      • Now Creator will use the new build

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtbuildsystem Qt Build System Team
            axelspoerl Axel Spoerl
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes