mirror of
https://github.com/kean/Pulse.git
synced 2026-04-30 21:02:27 +00:00
14383871aa
UIImage(named:) can raise NSInternalInconsistencyException ("Need an
imageRef") for app icon assets that can't be rasterized for the current
trait, bypassing Swift's optional-based error handling. Wrap the call in
PulseObjCExceptionCatcher via a new reusable `attempt` helper.
Fixes #364.