Posts

Post not yet marked as solved
3 Replies
4.1k Views
When i try to run tests in parallel using xcodebuild build-for-testing & xcodebuild test-without-building via terminal (or in Jenkins) on more than 2 or 3 iOS 13.2 simulators, the tests start crashing randomly. The crashes start happening when the app does not get installed properly after running a few tests. Has anyone else been experiencing this issue and if there is a solution for this?
Posted
by dpe.qa.
Last updated
.
Post not yet marked as solved
0 Replies
588 Views
I am unable to inspect any elements using the Accessibility Inspector on iOS 13.2 and higher simulators running on Mac OS Mojave (10.14.6). Has anyone else also encountered this issue and if so, is there a solution to this? I did not encounter this issue on iOS 12 Simulators, though.
Posted
by dpe.qa.
Last updated
.
Post marked as solved
3 Replies
5.2k Views
Running any XCTest with XCode 11 Grand Master Seed 2 and iOS 13 simulators throws the below warning message:xcodebuild[95489:2342933] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-14802/IDEiOSSupportCore/DVTiPhoneSimulator.m:1890Details: [DVTiPhoneSimulator -primaryInstrumentsServer was called from the main threadObject: <DVTiPhoneSimulator: 0x7f7f717c9bc0>Method: -primaryInstrumentsServerWithError:Thread: <NSThread: 0x7f7f71414dd0>{number = 1, name = main}Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.The tests keep crashing after running for some time. I am not sure if this is the root cause behind this. This issue happens a lot when running tests in parallel using xcodebuild build-for-testing & xcodebuild test-without-building. If you need any more info on this, then please let me know.
Posted
by dpe.qa.
Last updated
.