image not found error: QT rpath is pointing to version 'A' instead of a number @rpath/QtCore.framework/Versions/A/QtCore
Unsolved
Installation and Deployment
-
just freshly installed QT 6.0.1 and I was about to run my application and I encountered the
issue dyld: Library not loaded: @rpath/QtWidgets.framework/Versions/A/QtWidgetsI was surprised that instead of a version number, the letter 'A' is displayed instead. I already performed "otool -l" and discovered all QT modules are linked to this version 'A'
Note: prior to 6.0.1 there was an older version installed in the machine but I uninstalled it using maintenance tool.
Perhaps this issue is more on not finding the correct image thru rpath instead of the "A" version, but i think it is related since it should be the version in there instead of the letter "A"
How do I resolved this?