Closed victorfob closed 1 month ago
Hey @victorfob this is a duplicate of https://github.com/getsentry/sentry-react-native/issues/4097 and a fix is available by upgrading the SDK to 5.31.0 or newer.
Hey @victorfob this is a duplicate of #4097 and a fix is available by upgrading the SDK to 5.31.0 or newer.
Would it be possible to release a backwards-compatible update, such as version 5.24.3? The reason I ask is that I use Expo, and upgrading to newer SDK versions could potentially introduce other issues since they might not be fully compatible with Expo yet.
Thanks!
@kahest
@victorfob we released 5.24.3 with a bump to sentry-cocoa: https://github.com/getsentry/sentry-react-native/releases/tag/5.24.3
@kahest Thank you for the quick response and the update! I appreciate the support!
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.24.2
react-native
version: 0.74.5Xcode
version: 16.0MacOS
version: 15.0Expo
version: 51.0.31Are you using Expo?
Are you using sentry.io or on-premise?
Configuration:
Not applicable, the error occurs during the build phase.
I have the following issue:
When attempting to build my Expo managed project for iOS using the command
npx expo run:ios
, the build process fails. When I try to build the iOS project directly in Xcode, I encounter the following error:After manually including the missing line, the build completes successfully using the same command.
Additionally, if I remove Sentry from the project dependencies, the build proceeds without any issues.
Steps to reproduce:
Actual result:
Expected result:
The iOS build should complete successfully without errors.