I got this error when trying to run my Qt application (which was deployed using macdeployqt) on another Mac.
dyld: Library not loaded: kqoauth.framework/Versions/0/kqoauth Referenced from: /MyProject.app/Contents/MacOS/MyProject Reason: image not found Trace/BPT trap
I checked the .app-bundle package and copied kqoauth.framework to several different places (Frameworks folder, next to the executable file, Resources folder), but the error remained. This is my project tree:

I also tried otool -L and everything seems to be fine. (the entry for kqoauth.framework looked the same as for qt libraries)
source share