I’ve a number of apps which use customized fonts which I created. These fonts get put in in MacOS with out error and are seen in FontBook.
These fonts get put in and work accurately when used programmatically in my apps (utilizing UIFont(named: )).
Of observe, these customized fonts are seen in Xcode/Settings/Themes/fontlist
The Drawback:
Since switching to Xcode 15 and later, these user-defined fonts will not be accessible in InterfaceBuilder. Extra particularly, I’ve some UILabels outlined in IB with outdated variations of those fonts, however can’t now replace the fonts as a result of not one of the customized fonts seem within the font picker. I do programmatically redefine these UILabel.fonts in code, however I want to clear out the outdated variations.
Notice: this isn’t the identical concern under the place fallacious customized fonts acquired loaded:
https://stackoverflow.com/questions/77138588/xcode-15-not-reflecting-fonts-used-in-storyboard
Has anybody discovered a repair?