Этот код выглядит так:
Код: Выделить всё
let app = XCUIApplication()
app.launch()
app.terminate()
let springboardApp = XCUIApplication(bundleIdentifier: "com.apple.springboard")
springboardApp.icons["Sample"].firstMatch.press(forDuration: 1.2)
springboardApp.buttons["com.apple.springboardhome.application-shortcut-item.remove-app"].firstMatch.tap()
springboardApp.buttons["Delete App"].firstMatch.tap()
springboardApp.buttons["Delete"].firstMatch.tap()
Я вижу в консоли, поэтому знаю, что она не застряла, пытаясь найти кнопку «Удалить».
Код: Выделить всё
t = 6.80s Wait for com.apple.springboard to idle
t = 66.83s App animations complete notification not received, will attempt to continue.

Есть идеи, как решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/797 ... ith-ios-26
Мобильная версия