stephan-tolksdorf / STULabel

A faster and more flexible label view for iOS
Other
121 stars 28 forks source link

Fix compile error in Xcode 15.3 beta 3 #53

Closed nolanw closed 9 months ago

nolanw commented 9 months ago

std::uncaught_exception is apparently no more as of Xcode 15.3.

nolanw commented 9 months ago

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!