Problem in macOS QT projects:
the problem-->>
got fallback qt version 0x50f0cdyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /opt/local/lib//libJPEG.dylib
in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
the solution to --->
you have to uncheck the Add build library search path to DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH
option from the Run
section in the Projects
tab:
from -->>
to -->>

then it's OKay!