Hi Alex.  Do you have the “deployment target” set to 10.10, not 10.14, in your 
project?  In Xcode this is in the project settings; in Qt Creator it’s a 
setting in the .pro file.  You can’t set it to be any earlier than the Qt 
version you are running against, however, or precisely this sort of thing will 
happen.  If you need to run on older OS X versions, you need to make sure the 
Qt version you’re using is compatible with those older versions.  (I forget 
where this information is, but Google always finds it for me.  :->)

Cheers,
-B.

Benjamin C. Haller
Messer Lab
Cornell University


> On Jun 5, 2020, at 3:55 PM, Alexander Carôt <alexander_ca...@gmx.net> wrote:
> 
> Hi all,
> 
> when running my Qt app (compiled on Catalona with SDK10.15) on older OSX < 
> 10.14 down to 10.10 I get the following crash when initializing the audio 
> interface:
> 
> Termination Reason: DYLD, [0x4] Symbol missing
> 
> Dyld Error Message:
> Symbol not found: ____chkstk_darwin
> Referenced from: /Applications/soundjack.app/Contents/MacOS/soundjack
> Expected in: /usr/lib/libSystem.B.dylib
> 
> Does anyone know how to debug this ?
> 
> Thanks in advance,
> best
> 
> Alex
> 
> --
> http://www.carot.de
> Email : alexan...@carot.de
> Tel.: +49 (0)177 5719797
> 
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to