-
-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
SDK:
-
@sentry/react-native(>= 1.0.0) -
react-native-sentry(<= 0.43.2)
SDK version: 0.0.0
react-native version: 5.23.1
Are you using Expo?
- Yes
- No
Are you using sentry.io or on-premise?
- sentry.io (SaaS)
- on-premise
Configuration:
(@sentry/react-native)
Sentry.init({
dsn: 'https://...@sentry.io/...'
// other options
});
I have the following issue:
Fails to build on Xcode 16.0 Beta (16A5171c)
ios/Pods/Sentry/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:60:13: error: no type named 'terminate_handler' in namespace 'std'
60 | static std::terminate_handler g_originalTerminateHandler;
| ~~~~~^
ios/Pods/Sentry/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:207:47: error: no member named 'set_terminate' in namespace 'std'
207 | g_originalTerminateHandler = std::set_terminate(CPPExceptionTerminate);
| ~~~~~^
ios/Pods/Sentry/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:209:18: error: no type named 'set_terminate' in namespace 'std'
209 | std::set_terminate(g_originalTerminateHandler);
| ~~~~~^
Steps to reproduce:
- Install Sentry package
- Install pods
- Build
Actual result:
Build fails
Expected result:
Build does not fail
fabrizioserial, chimiWangchukWangdi, Mubeyd, bjackson, Kmaschta and 2 more
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
Waiting for: Product Owner