After compiling any version (Debug and Release) of the application with Qt Creator, it only runs from under Qt Creator with the option: "Add build library search path to DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH".
I try compilation and use macdeployqt for creation dmg. App after start crash: "Quit Unexpectedly" because can't find libraries:
otool result:
App Contents/Frameworks after macdeployqt:
How to deploy app on Qt and run after compilation? How set rpath?