Re: [Interest] how to use Qt debug libraries in Xcode

2020-07-23 Thread Hamish Moffatt
On 23/7/20 6:38 pm, Tor Arne Vestbø wrote: Does your Qt install have the _debug version of the libraries? The binary SDK download nowadays is release only, but with separate debug info. If you need to debug Qt you may need to build it from source. Thanks, I didn't know this (that page I link

Re: [Interest] how to use Qt debug libraries in Xcode

2020-07-23 Thread Tor Arne Vestbø
Does your Qt install have the _debug version of the libraries? The binary SDK download nowadays is release only, but with separate debug info. If you need to debug Qt you may need to build it from source. tor arne > On 23 Jul 2020, at 10:32, Hamish Moffatt wrote: > > Hi, > > I need to run w

[Interest] how to use Qt debug libraries in Xcode

2020-07-23 Thread Hamish Moffatt
Hi, I need to run with the Qt debug libraries in Xcode in order to debug a weird problem I'm having side Qt. https://doc.qt.io/qt-5/debug.html says to set DYLD_IMAGE_SUFFIX=_debug, but my attempts at this are not working. In the Xcode project's run/debug scheme, DYLD_IMAGE_SUFFIX is already