Post

Replies

Boosts

Views

Activity

Reply to SF Symbols lost color (only black) in iOS 15 widget
this is how I fixed it:        if #available(iOSApplicationExtension 15.0, *) {         Image(systemName: getIconName(iconId: iconId))           .resizable()           .symbolRenderingMode(.multicolor)           .scaledToFit()           .frame(width: 20)       }
Topic: Design SubTopic: General Tags:
Aug ’21
Reply to Can not install TestFlight version: "This app cannot be installed because its integrity could not be verified."
#MeToo
Replies
Boosts
Views
Activity
Jun ’24
Reply to Can not install TestFlight version: "This app cannot be installed because its integrity could not be verified."
btw, do you guys think it's safe to publish it anyway ? (real users wouldn't be affected right ?)
Replies
Boosts
Views
Activity
Feb ’22
Reply to Can not install TestFlight version: "This app cannot be installed because its integrity could not be verified."
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....
Replies
Boosts
Views
Activity
Feb ’22
Reply to SF Symbols lost color (only black) in iOS 15 widget
this is how I fixed it:        if #available(iOSApplicationExtension 15.0, *) {         Image(systemName: getIconName(iconId: iconId))           .resizable()           .symbolRenderingMode(.multicolor)           .scaledToFit()           .frame(width: 20)       }
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to SF Symbols palette colors not rendering when used in drawRect (beta 5)
I have similar problem with colors, but in my case it's not working at all also in beta 4... 685285
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21