I built QT6.4 and downloaded and installed QT Creator 8.0.1 and copied it to my MacOs machine:
scp qt-creator-opensource-mac-x86_64-8.0.1.dmg admin@192.168.0.112:/Users/admin/Downloads
QT Creator started successfully because I made .config
folder writable while running my app with QT6.2. I added QT versions and kits:
My app built successfully and and when I started it QT Creator asked a permission to debug it:
when a breakpoint triggered I got this:
But when I pressed magic “Download Definitions” button my breakpoint started to work:
And I became completely happy with my app: