-
-
Notifications
You must be signed in to change notification settings - Fork 226
chore(deps): update Cocoa SDK to v9.0.0 #4781
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| version = 8.57.3 | ||
| version = 9.0.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Patch script whitelist outdated for Cocoa SDK v9.0.0The Cocoa SDK version is being bumped to v9.0.0, which renamed |
||
| repo = https://github.com/getsentry/sentry-cocoa | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: iOS minimum version mismatch with Cocoa SDK 9.0.0
Bumping to Cocoa SDK 9.0.0 introduces a minimum iOS version mismatch. The Cocoa SDK 9.0.0 requires iOS 15.0 minimum, but
Directory.Build.propsdeclaresSupportedOSPlatformVersionas 13.0 for iOS. Apps built with this SDK version would claim iOS 13.0 support but could crash or fail at runtime on iOS 13.x and 14.x devices due to the Cocoa SDK's higher minimum requirement. The minimum platform versions in the build configuration need to be updated to match the Cocoa SDK's requirements.