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. Image not found for framework?
Qt 6.11 is out! See what's new in the release blog

Image not found for framework?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 177 Views 1 Watching
  • 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.
  • C Offline
    C Offline
    Colton
    wrote on last edited by
    #1

    I have a custom OS X framework that I am trying to include in a Qt Quick iOS app. It compiles but when the app is run, it crashes saying:

    dyld: Library not loaded: @rpath/SharedMobileLib.framework/SharedMobileLib
      Referenced from: /var/containers/Bundle/Application/.../App.App/App
      Reason: image not found
    

    In the .pro file:

    QMAKE_LFLAGS += -Fpath/to/framework
    LIBS += -framework SharedMobileLib
    

    How do I copy the framework with the app? Any help is greatly appreciated!

    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