Tencent / matrix

Matrix is a plugin style, non-invasive APM system developed by WeChat.
Other
11.59k stars 1.88k forks source link

Xcode升级到16后,无法编译成功 #884

Open V5zhou opened 2 months ago

V5zhou commented 2 months ago

Xcode版本: Version 16.0 beta 2 (16A5171r)

报错信息: xxxx/Pods/matrix-wechat/matrix/matrix-iOS/Matrix/WCCrashBlockMonitor/KSCrash/Recording/Monitors/KSCrashMonitor_CPPException.cpp:195:18: No type named 'set_terminate' in namespace 'std'

image
chiyun1 commented 2 months ago

you can add #include <exception> in this file.