You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode15 can mix swift and c++, change project SWIFT_OBJC_INTEROP_MODE from objc to objcxx, then KSCrash can't catch the crashes, Is there any idea to fix it?
Hello!
Currently, Swift/C++ interoperability, especially in the way KSCrash interacts with these settings, hasn't been fully explored or supported.
You might want to try an experimental feature in KSCrash that enables catching C++ exceptions in dynamic libraries. Specifically, the function enableSwapOfCxaThrow might help.
Xcode15 can mix swift and c++, change project SWIFT_OBJC_INTEROP_MODE from objc to objcxx, then KSCrash can't catch the crashes, Is there any idea to fix it?
For Xcode15:
https://developer.apple.com/videos/play/wwdc2023/10172/
The text was updated successfully, but these errors were encountered: