Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED]macdeployqt isn't adding all frameworks in .app file

[SOLVED]macdeployqt isn't adding all frameworks in .app file

Scheduled Pinned Locked Moved General and Desktop
macmacdeployqtbuildos xerrorframework
3 Posts 2 Posters 1.4k 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.
  • T Offline
    T Offline
    Tusharh
    wrote on 28 Sept 2015, 05:51 last edited by Tusharh
    #1

    I have qt project on mac osx yosemite 10.10.4 which needs qt libs/frameworks . Whenever I run macdeployqt to add necessary files in the .app it gives me error, but doesn't say for which path or file.

    Here is the output -

    tushar-iMac:bin tushar$ macdeployqt /Users/tushar/Documents/Repo/QT/trunk/project-1/bin/MyApp.app
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    ERROR: no file at ""
    tushar-iMac:bin tushar$

    I just can't figure out,what the error is. The .app size is way less than intended & because of the missing frameworks the app doesn't run at all.

    Thanks in advance.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      shav
      wrote on 28 Sept 2015, 07:20 last edited by
      #2

      Hi,

      Did you try to call macdeployqt with --verbose=2 this property give you more debug information about macdeployqt.

      I using in my app QML and I have the same problem but all frameworks was copied but QML plugins not. You can read my post maybe this help to you. Also I show there how to use macdeployqt from qtcreator.

      Mac OS and iOS Developer

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Tusharh
        wrote on 29 Sept 2015, 12:55 last edited by
        #3

        Thanks for the help.

        But the real reason was that, I was using wrong version of QT for my project. My project supports QT version upto 5.4 & I was using 5.5. After downgrading all works fine now.

        1 Reply Last reply
        0

        1/3

        28 Sept 2015, 05:51

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved