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?