Skip to content

Conversation

DoDoENT
Copy link

@DoDoENT DoDoENT commented Jul 22, 2025

This commit fixes the issue I encountered when attempting to run iOS unit tests on a real device using Xcode 16.3 or newer.

Note: I updated the xctestrunner dependency to point to my fork that contains the fix. I've also opened a pull request in the xctestrunner project, which we'll probably want to merge prior to updating the URL in this PR and merging it.

name = "xctestrunner",
urls = [
"https://github.com/google/xctestrunner/archive/8710f141dfb0a3efe2744f865f914783259c24b0.tar.gz",
"https://github.com/DoDoENT/xctestrunner/archive/5f53db6acbc094635d1a9468cf16af089246226a.tar.gz",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can apply patch here if the changes upstream won't be merged soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Examples and/or documentation for running iOS tests on a physical device

2 participants