Using named colors from asset catalogue in IBDesignable Views crashes IB even when specifying the Bundle
One thing I noticed fighting with this: If your fonts are in the main bundle, using Bundle.main
doesn't work but using Bundle(for: AppDelegate.self)
(or some other class in your main bundle) does.
Probably something to do with the way IBDesignablesAgent
loads everything into its process, but I definitely did not expect that.