sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Run sample apps with the enhanced security capability

Open philipphofmann opened this issue 6 months ago • 1 comments

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.

philipphofmann avatar Jun 16 '25 08:06 philipphofmann

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.

philprime avatar Jun 18 '25 13:06 philprime