Hello ! 👋
I encountered an issue while using a custom font.
Because of multiple targets, I use a "Design System" framework that embed the needed fonts and register them if necessary using
The fonts seemed to successfully register, and I try to display a simple text with a custom font such as
But when running the Widget I encounter the log in console
Thank you
I encountered an issue while using a custom font.
Because of multiple targets, I use a "Design System" framework that embed the needed fonts and register them if necessary using
Code Block objc CTFontManagerRegisterGraphicsFont()
The fonts seemed to successfully register, and I try to display a simple text with a custom font such as
Code Block swift Text(title.uppercased()) .font(.custom("SoleilW01-Light", size: 14))
But when running the Widget I encounter the log in console
Have anyone encountered this issue ?[widget] [xxxx] archiving error
Thank you