Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using method swizzling for registering CurrentTestCaseTracker to XCTestObservationCenter #741

Merged
merged 2 commits into from
May 8, 2020

Conversation

ikesyo
Copy link
Member

@ikesyo ikesyo commented May 6, 2020

The weird workaround is no longer needed in recent Xcode versions (at least Xcode 10.1 or later).

Fixes #740, see it for the details.

refs: #278, #273, #271

@ikesyo
Copy link
Member Author

ikesyo commented May 8, 2020

@mark-anders Could you try with this branch?

@ikesyo ikesyo force-pushed the avoid-method-swizzling branch 2 times, most recently from f5881d4 to 60d3c75 Compare May 8, 2020 15:22
@ikesyo
Copy link
Member Author

ikesyo commented May 8, 2020

I confirmed that this works well 🚢

… XCTestObservationCenter

The weird workaround is no longer needed in recent Xcode versions (at least Xcode 10.1 or later).
@ikesyo ikesyo force-pushed the avoid-method-swizzling branch 3 times, most recently from ddd721d to 8fcb419 Compare May 8, 2020 16:20
@ikesyo
Copy link
Member Author

ikesyo commented May 8, 2020

Suffering from actions/runner-images#841.

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.

Failing tests throw NSInternalInconsistencyException when using AppCode
1 participant