Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-1417

Error: Could not copy file '/.../app.7d104347/actool.dircar' to '.../app.7d104347/actool.dircar for input

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.13.0
    • 1.12.1
    • General
    • None
    • 90588a6a719aa143500d480582ae2de733ac7c0d (qbs/qbs/master)

    Description

      I'm trying to build this: https://github.com/not-surt/slate/tree/pen_tool

      I just started getting this error after switching to Creator 4.8. I think it's referring to the asset catalog stuff? Commenting out the relevant code in my app.qbs file avoids the error:

          // macOS icon stuff.
      //    Properties {
      //        condition: qbs.targetOS.contains("macos")
      //        ib.appIconName: "slate-icon-mac"
      ////        bundle.infoPlist: {
      ////            CFBundleIconFile: "images/logo/slate.xcassets/slate-icon-mac.appiconset"
      ////        }
      //    }
      
      //    Group {
      //        name: "Icons (macOS)"
      //        condition: qbs.targetOS.contains("macos")
      //        files: ["images/logo/slate.xcassets"]
      //    }
      

      Build output:

      [...]
      linking libslate.dylib [lib]
      generating dSYM for lib [lib]
      /usr/bin/dsymutil -o /Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/lib.9d062baf/libslate.dylib.dSYM /Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/lib.9d062baf/libslate.dylib
      warning: no debug symbols in executable (-arch x86_64)
      compiling qrc_resources.cpp [test-app]
      compiling testhelper.cpp [test-app]
      compiling qrc_images.cpp [test-app]
      compiling qrc_test-app.cpp [test-app]
      compiling qrc_Slate.cpp [app]
      compiling qrc_fonts.cpp [app]
      compiling qrc_images.cpp [app]
      compiling qrc_config.cpp [app]
      compiling application.cpp [app]
      compiling main.cpp [app]
      rcc memory-usage.qrc [memory-usage]
      rcc images.qrc [memory-usage]
      rcc fonts.qrc [memory-usage]
      rcc config.qrc [memory-usage]
      moc testhelper.h [memory-usage]
      moc memory-usage.cpp [memory-usage]
      generating Info.plist for memory-usage [memory-usage]
      generating PkgInfo for memory-usage [memory-usage]
      compiling memory-usage.cpp [memory-usage]
      compiling qrc_memory-usage.cpp [memory-usage]
      compiling application.cpp [memory-usage]
      compiling testhelper.cpp [memory-usage]
      compiling qrc_config.cpp [memory-usage]
      compiling moc_testhelper.cpp [memory-usage]
      linking screenshots [screenshots]
      generating dSYM for screenshots [screenshots]
      /usr/bin/dsymutil -o /Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/screenshots.26777431/screenshots.app.dSYM /Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/screenshots.26777431/.tmp/screenshots
      warning: no debug symbols in executable (-arch x86_64)
      compiling qrc_images.cpp [memory-usage]
      compiling qrc_fonts.cpp [memory-usage]
      linking Slate [app]
      generating dSYM for app [app]
      /usr/bin/dsymutil -o /Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/app.7d104347/Slate.app.dSYM /Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/app.7d104347/.tmp/Slate
      warning: no debug symbols in executable (-arch x86_64)
      Error: Could not copy file '/Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/app.7d104347/actool.dircar' to '/Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/app.7d104347/Slate.app/Contents/Resourcescar'. Cannot open /Users/mitch/dev/slate-qt5_slate_fw-Release/qtc_qt5_slate_fw_Release/app.7d104347/actool.dircar for input
      JavaScriptCommand.sourceCode
      Rule.prepare
      The following products could not be built for configuration qtc_qt5_slate_fw_Release:
      app, memory-usage, test-app
      Error while building/deploying project slate (kit: qt5-slate-fw)
      When executing step "Qbs Build"
      15:45:06: Elapsed time: 00:47.
      

      Attachments

        For Gerrit Dashboard: QBS-1417
        # Subject Branch Project Status CR V

        Activity

          People

            kandeler Christian Kandeler
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes