Results 1 to 2 of 2

Thread: dyld library (qwt.framework) not loading: Mac OS

  1. #1
    Join Date
    Apr 2014
    Posts
    3
    Qt products
    Qt5
    Platforms
    MacOS X

    Default dyld library (qwt.framework) not loading: Mac OS

    Hi there :-)

    Building /PATH/SignalMatcher/repo/project.pro with Qt Creator. The .pro contains:

    LIBS += -F../qwt/lib -framework qwt

    By default, qwt.prf has:

    INCLUDEPATH *= $${QWT_INSTALL_LIBS}/qwt.framework/Headers
    LIBS *= -F$${QWT_INSTALL_LIBS}

    On build and run of project.pro Qt Creator output gives:

    dyld: Library not loaded: qwt.framework/Versions/6/qwt
    Referenced from: /PATH/SignalMatcher
    Reason: image not found

    Using Qt 5.2.1 and Qwt 6.1.0 on Mac OS Mavericks.

    Can you help please? :-)
    Many thanks!

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: dyld library (qwt.framework) not loading: Mac OS

    what is the output of "otool -L /PATH/SignalMatcher" ? does it contain correct path to qwt dylib ?

Similar Threads

  1. Qt Mac dyld Library not loaded
    By QTInfinity in forum Installation and Deployment
    Replies: 2
    Last Post: 20th April 2012, 00:01
  2. Using symbols from loading application in shared library
    By barteksch in forum Qt Programming
    Replies: 1
    Last Post: 19th November 2010, 17:08
  3. Replies: 5
    Last Post: 18th June 2010, 21:13
  4. Problem loading custom library in Qt4.5
    By ches in forum Newbie
    Replies: 2
    Last Post: 10th March 2009, 19:46
  5. Loading library from application
    By mourad in forum Installation and Deployment
    Replies: 0
    Last Post: 2nd April 2008, 15:10

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.