Skip to content
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

Tchap échoue à la compilation avec Xcode 16.1 #1118

Closed
NicolasBuquet opened this issue Nov 13, 2024 · 1 comment · Fixed by #1119
Closed

Tchap échoue à la compilation avec Xcode 16.1 #1118

NicolasBuquet opened this issue Nov 13, 2024 · 1 comment · Fixed by #1119
Assignees

Comments

@NicolasBuquet
Copy link
Contributor

Tchap 2.8.1 ne compile pas avec Xcode 16.1.

La dépendance sur Sentry 7.35.1 pose problème :

/Volumes/Projets/tchap/tchap-ios/Pods/Sentry/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:59:13: error: no type named 'terminate_handler' in namespace 'std'
   59 | static std::terminate_handler g_originalTerminateHandler;
      |        ~~~~~^
/Volumes/Projets/tchap/tchap-ios/Pods/Sentry/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:197:47: error: no member named 'set_terminate' in namespace 'std'
  197 |             g_originalTerminateHandler = std::set_terminate(CPPExceptionTerminate);
      |                                          ~~~~~^
/Volumes/Projets/tchap/tchap-ios/Pods/Sentry/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:199:18: error: no type named 'set_terminate' in namespace 'std'
  199 |             std::set_terminate(g_originalTerminateHandler);
      |             ~~~~~^
3 errors generated.
@NicolasBuquet
Copy link
Contributor Author

Element PR : element-hq/element-ios#7869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant