Image("sticker5")
.resizable()
.frame(width: 47, height: 47)
.scaledToFill()
sticker5 is a picture with 94px * 94px. This is the size recommended by guideline. The Error is
ComplicationsExtension[403:17806] [archiving] Widget archival failed due to image being too large [2] - (94, 94).
We don't want to use low pixel images. That would look terrible. Please Help!