Posts

Post not yet marked as solved
1 Replies
1.3k Views
Hi Developers, i just migrate from xcode 11.3.1 to 11.4 and i have some problem with the current UI Test improvement because i always re-install my app every test case finished.In Xcode 11.4 release notes i saw this:```Previously, when running UI tests, the target under test was reinstalled before each test started. Starting in Xcode 11.4, the target under test is installed once per test session and device, speeding up UI tests considerably. (24776269)```It may cause my Springboard cannot find the app (because the app deleted every time 1 test case finished) & crash the UI Test.My question is, is there any way to disable the new test behavior without downgrading my xcode version ?Thank you.
Posted Last updated
.