I have my images Assets.xcassets, and try to load it in my Widget View. To use images in widget too, I already set target membership for widget extension.
But the problem is it cannot load certain images (ex. HalloweenOne
, HalloweenTwo
, HalloweenThree
). The size of every images is under 10kb. (All of the images are loaded well in a app.)
Image("HalloweenOne")
.resizable()
.aspectRatio(contentMode: .fit)
.frame(maxWidth: 50)