forked from qt-creator/qt-creator
When starting the debugger, we need to pass it the location of the downloaded device symbols, or otherwise debugger startup is very slow. Xcode changes the location where it saves this information once in a while, and it must have again. The location with Xcode 15.2 at least is in the style "iPhone8,1 15.7.3 (19H307)", i.e. it starts with the "product type" now. Retrieve the product type of the device and add another candidate directory for device symbols. Fixes: QTCREATORBUG-31044 Change-Id: I1a65305fc84c1af8cd48c4ebb249167e1dbe6ae1 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>