Custom font doesn't appear on Storyboard custom font list

Hi everyone, (you can answer in french)

I’m french-rookie in xcode, and I have a problem:

I’m trying to choice my custom font to add it in my Main.storyboard button, but it not works.

I have my « Font provided by application » line in my Info.plist, with the name of my font in [0] (See images below)

When I’m on storyboard button, I chose « custom » in font selector, then display font list but my custom font doesn’t appear.

I already tried to install the font in my mac, but still stucked, nothing change 😭

Could you help me please? Thanks a lot

(I specify that I scrupulously followed the way of doing explained on the Apple official page: Adding a Custom Font to Your App )

Replies

You have to load programmatically the font before use it.

Hi Jesus, sorry for my late response and thanks for your answer. Ok but initially, I want do it like Apple's documentation shows... My question is why it doesn't works, it should be work no?