sentry-cocoa
sentry-cocoa copied to clipboard
Run sample apps with the enhanced security capability
Description
Enable the enhanced security capability in the iOS-Swift sample app and check if Xcode finds any issues. If it does, either directly open PRs to fix those issues or create GitHub issues to address these.
Especially double check swapping __cxa_throw for C++ exceptions (#5256), cause it could be that pointer authentication will crash the app.
From Cocoa Sync 06/18:
We should enable pointer authentication and look at the CI to see if anything fails.
Furthermore we should check if iOS/macOS/tvOS/watchOS/visionOS 26 will have issues → add it to CI.