Known Issues - Squish 6.7.2 Release¶
Release Date: November 18th, 2021
Recommended Update: 7.0.0
Squish for iOS¶
Squish needs a workaround to execute tests on iOS Simulator with Xcode 13.x. Testing on real iOS devices is unaffected.
There are two options. Either apply the following workaround (requires a parallel installation of Xcode 12.5) or request an updated iphonelauncher executable from us via a new support request, created at 'Support Center' at https://account.qt.io/ .
Workaround: Copy or symlink
DVTiPhoneSimulatorRemoteClient.framework
from Xcode 12.5.1 into Xcode 13 like in the following example. Note thatcp
needs to preserve file attributes!cp -a /Applications/Xcode\ 12.5.1.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework /Applications/Xcode\ 13.0.app/Contents/SharedFrameworks
Squish for Qt¶
Support of embedded Web controls in pure QtQuick applications is broken when using Qt 6.2.x. Support for Widgets is unaffected.
Fixed as of November 19th. Please contact us via a new support request, created at 'Support Center' at https://account.qt.io/ for an updated Squish package.