Home > OS >  macOS app local notification doesn't show app icon?
macOS app local notification doesn't show app icon?

Time:02-25

I've already added AppIcon.appiconset Icon Files in info.plist, also no xcassets warnings. If I understand correctly, the app should show AppIcon if I set IconFiles in info.plist and AppIcons in General right?

Default app icon

CodePudding user response:

Turns out it's a bug in Xcode 13 lol. Restarting my Mac solved the problem. https://developer.apple.com/forums/thread/682648

  • Related