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

missing ucontext64_t type Xcode Version 16.0 (16A242d) #4097

Closed
hanwenbo opened this issue Sep 18, 2024 · 2 comments
Closed

missing ucontext64_t type Xcode Version 16.0 (16A242d) #4097

hanwenbo opened this issue Sep 18, 2024 · 2 comments

Comments

@hanwenbo
Copy link

Description

#ifdef arm64
#include <sys/_types/_ucontext64.h>

define UC_MCONTEXT uc_mcontext64

typedef ucontext64_t SignalUserContext;

getsentry/sentry-cocoa#4244

@kahest
Copy link
Member

kahest commented Sep 18, 2024

Hey @hanwenbo which version of the SDK do you use? The issue should be fixed with 5.31.0 and newer.

@andandrej
Copy link

I can confirm it's working with version 5.32.0 on MacOS 15 and xCode 16.0

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

No branches or pull requests

3 participants