chore(deps): update Cocoa SDK to v8.55.0 #447
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-cocoa.sh from 8.53.2 to 8.55.0.
Auto-generated by a dependency updater.
Changelog
8.55.0
Important
Xcode 26 no longer allows individual frameworks to contain arm64e slices anymore if the main binary doesn't contain them.
We have decided to split the Dynamic variant and Sentry-WithoutUIKitOrAppKit of Sentry into two variants:
Sentry-Dynamic
: Without ARM64eSentry-Dynamic-WithARM64e
: With ARM64e sliceSentry-WithoutUIKitOrAppKit
: Without ARM64eSentry-WithoutUIKitOrAppKit-WithARM64e
: With ARM64e sliceIf your app does not need arm64e, you don't need to make any changes.
But if your app needs arm64e please use
Sentry-Dynamic-WithARM64e
orSentry-WithoutUIKitOrAppKit-WithARM64e
from 8.55.0 so you don't have issues uploading to the App Store.Fixes
Features
beforeSendLog
callback toSentryOptions
(#5678)Fixes
SentryFeedback.swift
when building with cocoapods on Xcode 14.2 (#5917)Internal
screenName
(#5782)8.54.0
Features
SentrySDK.logger
(#5532, #5593, #5639, #5628, #5637, #5643)isiOSAppOnMac
andisMacCatalystApp
from ProcessInfo to the runtime context (#5570)Fixes
beforeSend
(#5692)Improvements
integrations
parameter ofSentryOptions
as deprecated rather than printing a warning (#5749)