Closed nolanw closed 9 months ago
std::uncaught_exception is apparently no more as of Xcode 15.3.
std::uncaught_exception
Whoops, I just realized this is because I bumped the deployment target locally to iOS 12. It's a compile error if the deployment target is below iOS 10 (or equivalent). Sorry!
std::uncaught_exception
is apparently no more as of Xcode 15.3.