Ahmed Eid
Ahmed Eid

Reputation: 80

Adding Custom Fonts in Xcode

I am trying to add custom fonts, however, the target membership is not shown to me in Xcode 12.5.1

What should appear What actually appears

How can I solve this?

Upvotes: 0

Views: 195

Answers (1)

Swiosift
Swiosift

Reputation: 143

After you added the custom font files, you must add the name list of the fonts in Info.plist file as below

enter image description here

Upvotes: 0

Related Questions