iOS18 Control Widget custom symbol preview failed

i export apple SF as custom sf for test.

code is simple:

var body: some ControlWidgetConfiguration {
        StaticControlConfiguration(
            kind:"ControlWidgetConfiguration"
        ) {
            ControlWidgetButton(action: DynamicWidgetIntent()) {
                Text("test")
                Image("custom_like")
            }
        }.displayName("test")
    }

as we can see, it can't show image in the preview. but it can show image in the Control widget center.

am i do some thing wrong?

I used a custom SF method to draw the control center, and everything works well. However, when I perform an overlay installation, the preview icon disappears, but everything in the control center works fine. please help me!

I'm having this issue as well, but the image isn't showing at all, even without the preview.

Have you solved this problem? I found that the newly added custom icons need to restart the phone to take effect

iOS18 Control Widget custom symbol preview failed
 
 
Q