Requested by: @alwx
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Changes
-
Consume sentry-cocoa as a prebuilt xcframework by default on iOS (#6381)
Warning
This may be a breaking change for some setups. pod install now downloads Sentry.xcframework from sentry-cocoa's GitHub release (SHA256-verified) and vendors it, instead of building Sentry from source as a CocoaPod. If your iOS build breaks after upgrading (e.g. when another pod also depends on the Sentry CocoaPod), or if your pod install environment cannot reach github.com, set SENTRY_USE_XCFRAMEWORK=0 before pod install to restore the previous source-build behavior.
Requested by: @alwx
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Changes
Consume
sentry-cocoaas a prebuilt xcframework by default on iOS (#6381)Warning
This may be a breaking change for some setups.
pod installnow downloadsSentry.xcframeworkfrom sentry-cocoa's GitHub release (SHA256-verified) and vendors it, instead of building Sentry from source as a CocoaPod. If your iOS build breaks after upgrading (e.g. when another pod also depends on theSentryCocoaPod), or if yourpod installenvironment cannot reachgithub.com, setSENTRY_USE_XCFRAMEWORK=0beforepod installto restore the previous source-build behavior.