mac os sdk12 not working with Qt bluetooth
-
With the new update of monterey in mac os and therefore to the new SDK12 of the XCode the current Qt6.2 for macos and especially Bluetooth is not working anymore. The low-level scanner example does not show scanned devices. While it was working prior to the update. Any chance to get a fix for it?
Kind regards,
C.W. -
Hi,
This is something you should open a ticket for on the bug tracker if there's not already one over there.
-
With the new update of monterey in mac os and therefore to the new SDK12 of the XCode the current Qt6.2 for macos and especially Bluetooth is not working anymore. The low-level scanner example does not show scanned devices. While it was working prior to the update. Any chance to get a fix for it?
Kind regards,
C.W.@abeat The Qt Company does not yet officially support Monterey, so you're out of luck.
It doesn't work from inside QtCreator, if you execute the appbunlde outside, it works just fine.
take a look at this Bugreport
https://bugreports.qt.io/browse/QTBUG-97900 -
@abeat The Qt Company does not yet officially support Monterey, so you're out of luck.
It doesn't work from inside QtCreator, if you execute the appbunlde outside, it works just fine.
take a look at this Bugreport
https://bugreports.qt.io/browse/QTBUG-97900Yes I noticed already that there are bug reports for qt 6.2 and macOS 12.
As you said the scanning is working outside if you the add the key in the Info.plist. This works for starting the scanning but it does not find any Low Energy Devices. Or could you scan for Low energy devices at all?