I have a problem with changing app\'s icon on iPad. Everything is working fine on iPhone but on iPad I get this error :
[default] Failed to set preferred
The error is showing a different file name than the one in .plist CFBundleAlternateIcons
. Make sure you assign a correct Filename in and it actually exists in the project folder.
Error Shows AI-Gorgosaurus
as the file name. .plist screenshot shows AI-Diabloceratops~ipad
, also please remove ~
symbol from the file name.
Do a clean and build the project after you're sure file is correct. Make sure you have @2x
and @3x
version of your Icons in your project folder.
Read Kaiyuan Xu answer for a more clear picture on how to use CFBundleAlternateIcons
.