From eba2f0e4022a0dfafae1ca9cb68a99ad7198caeb Mon Sep 17 00:00:00 2001 From: Shawn Schantz Date: Wed, 11 Mar 2026 14:30:36 -0400 Subject: [PATCH] fix(ios): rollback sentry upgrade for Xcode 26 hunch that this is causing the crash --- ios/Cartfile | 2 +- ios/Cartfile.resolved | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/Cartfile b/ios/Cartfile index 49beca6729..6b8ebbb184 100644 --- a/ios/Cartfile +++ b/ios/Cartfile @@ -1,4 +1,4 @@ github "weichsel/ZIPFoundation" ~> 0.9 github "devicekit/DeviceKit" ~> 5.0 github "ashleymills/Reachability.swift" -github "getsentry/sentry-cocoa" ~> 8.58 +github "getsentry/sentry-cocoa" ~> 8.38 diff --git a/ios/Cartfile.resolved b/ios/Cartfile.resolved index 54775dca04..ca05da1ae9 100644 --- a/ios/Cartfile.resolved +++ b/ios/Cartfile.resolved @@ -1,4 +1,4 @@ github "ashleymills/Reachability.swift" "v5.2.4" -github "devicekit/DeviceKit" "5.7.0" -github "getsentry/sentry-cocoa" "8.58.0" -github "weichsel/ZIPFoundation" "0.9.20" +github "devicekit/DeviceKit" "5.5.0" +github "getsentry/sentry-cocoa" "8.44.0" +github "weichsel/ZIPFoundation" "0.9.19"