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

EXC_BAD_MEMORY for TestCurrentDateProvider.systemDate() on Xcode 16 #4351

Closed
philipphofmann opened this issue Sep 19, 2024 · 2 comments
Closed

Comments

@philipphofmann
Copy link
Member

Description

Unit tests using TestCurrentDateProvider, such as SentryFramesTrackerTests or SentryANRTrackerV2Tests, fail with EXC_BAD_MEMORY when accessing TestCurrentDateProvider.systemDate().
Image

This is a known issue and some people report that a similar looking crash was fixed in Xcode Beta versions, see:

On this repository, the issue persists: RevenueCat/purchases-ios#4177.

On Xcode 15.4, the unit tests run without failure.

@kahest
Copy link
Member

kahest commented Sep 25, 2024

IIUC this is blocked by fix in Xcode and we wanna keep this here for everybody's information

@philipphofmann
Copy link
Member Author

Fixed with #4433.

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

No branches or pull requests

2 participants