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

Can't build with Xcode 16.0 #733

Open
TarekAlTarshishi opened this issue Sep 18, 2024 · 2 comments
Open

Can't build with Xcode 16.0 #733

TarekAlTarshishi opened this issue Sep 18, 2024 · 2 comments

Comments

@TarekAlTarshishi
Copy link

Platform
iOS, iPadOS

Environment
Develop

Installed
CocoaPods

Version
"@sentry/capacitor": "^0.14.0",
"@sentry/angular": "7.73.0",

Xcode Version
16.0

Did it work on previous versions?
15.4

Steps to Reproduce
Install Xcode 16.0
Build the app.
Expected Result
The app builds and runs as in Xcode 15.4.

Actual Result
The process fails with multiple errors in Sentry's SDK. Concretely, the SentryCrashMonitor_CPPException.cpp file.
no type named 'terminate handler' in namespace 'std'

@kahest
Copy link
Member

kahest commented Sep 18, 2024

@TarekAlTarshishi can you update the SDK to 0.19.0? This version uses the latest sentry-cocoa SDK under the hood and should build correctly with Xcode 16.

@francocores
Copy link

francocores commented Sep 18, 2024

@TarekAlTarshishi can you update the SDK to 0.19.0? This version uses the latest sentry-cocoa SDK under the hood and should build correctly with Xcode 16.

exactly, for me it's working with version 0.19.0, after update I remove the Podfile.lock and execute sync command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

3 participants