hmmm I have this problem too.. I thought it's just me. I've re-created all certificates and provisioning profiles, removed old ones from keychain, but nothing helped. I tried it first in Xcode 13.1 and later updated to 13.2.1 but still the same problem....
this is how I fixed it:
if #available(iOSApplicationExtension 15.0, *) {
Image(systemName: getIconName(iconId: iconId))
.resizable()
.symbolRenderingMode(.multicolor)
.scaledToFit()
.frame(width: 20)
}
hmmm I have this problem too.. I thought it's just me. I've re-created all certificates and provisioning profiles, removed old ones from keychain, but nothing helped. I tried it first in Xcode 13.1 and later updated to 13.2.1 but still the same problem....
this is how I fixed it:
if #available(iOSApplicationExtension 15.0, *) {
Image(systemName: getIconName(iconId: iconId))
.resizable()
.symbolRenderingMode(.multicolor)
.scaledToFit()
.frame(width: 20)
}