There was an issue in the latest DeviceAgent versions with handling alerts on devices with iOS 12.5.
There was exception when trying to tap on alert button:
*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
No more stack trace was available after that.
The issue seems like was introduced in Xcode 13.2 in XCTContext class and on Xcode 13.3.1 it is still reproducing.
For now we added correct handling of this exception and we will try to fix it with Xcode 13.4 update.
There was an issue in the latest DeviceAgent versions with handling alerts on devices with iOS 12.5. There was exception when trying to tap on alert button:
*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
No more stack trace was available after that. The issue seems like was introduced in Xcode 13.2 in XCTContext class and on Xcode 13.3.1 it is still reproducing.
For now we added correct handling of this exception and we will try to fix it with Xcode 13.4 update.