iOS build AppIcon is not available anymore

, ,

v6000.0.32f1
Macos
Apple M1 Max
Something happened. My last build with 6000.0.9f1 about half a year ago was ok.

Now my own ios plugin can’t find AppIcon

UIImage *image = [UIImage imageNamed:@"AppIcon"];
MPMediaItemArtwork *artwork = [[MPMediaItemArtwork alloc] initWithImage:image];

i get
Uncaught exception: NSInvalidArgumentException: image must be non-nil

I see that AppIcon set exists in Images.xcassets
but I can’t get why now it does not work…

Any ideas please?

Hm. Interesting .
If I put AppIcon.png into xcode root folder it works…
Does it mean that Unity do not include the app icon into root folder anymore or some settings were changed that AppIcon from Images.xcassets is not available for codebase anymore ?