Qt 6.11 is out! See what's new in the release
blog
Image not found for framework?
-
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 foundIn the .pro file:
QMAKE_LFLAGS += -Fpath/to/framework LIBS += -framework SharedMobileLibHow do I copy the framework with the app? Any help is greatly appreciated!