Hello everyone !
I encountered an issue while developing a widget:
Sometimes the widget renders a blank screen, without any content (in the springboard and in the widget gallery).
Some other times it renders an "old" version of the widget with blurred images and texts, looking like a cached snapshot (maybe)
I assume that it may means that the widget is crashing during the rendering, but sometimes it works well.
After erasing all contents and settings from the simulator I can reinstall the widget and it seems to work fine for a limited time and the issue appears again later on.
Has anyone encountered this kind of issue ?
Thank you 😊
Post
Replies
Boosts
Views
Activity
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
CTFontManagerRegisterGraphicsFont()
The fonts seemed to successfully register, and I try to display a simple text with a custom font such as
Text(title.uppercased())
.font(.custom("SoleilW01-Light", size: 14))
But when running the Widget I encounter the log in console
[widget] [xxxx] archiving error Have anyone encountered this issue ?
Thank you