d*g 发帖数: 62 | 1 xcode 5.11
我在AppIcon里面,加了它要求的所有图标:
1x和2x iPhone Spotlight - iOS 5, 6, Settings - iOS 5-7, 29pt
2x iPhone Spolight iOS 7, 40pt
1x和2x iPhone App iOS 5,6 57pt
2x iPhone App iOS 7 60pt
把我的iPhone 5接上xcode,让app在iphone 5上,运行什么的没有问题,
但Home键之后看见图标却不对,
还是那个default的白的象经度纬度线的那个
我在iPhone 5上delete这个app,
重复的再来一遍,还是老样子
我把我的一个老手机,iPhone 3GS接上去,在它上面,图标正常。
请问这是什么原因?怎么搞定?
对了,这些图标的图片文件全是png,
文件名字叫 logo29.png(29x29 pixels), [email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
(58x58 pixels)
[email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
(80x80 pixels) | z*******n 发帖数: 1034 | 2 如果问题还没解决,作个样本寄上来
【在 d*g 的大作中提到】 : xcode 5.11 : 我在AppIcon里面,加了它要求的所有图标: : 1x和2x iPhone Spotlight - iOS 5, 6, Settings - iOS 5-7, 29pt : 2x iPhone Spolight iOS 7, 40pt : 1x和2x iPhone App iOS 5,6 57pt : 2x iPhone App iOS 7 60pt : 把我的iPhone 5接上xcode,让app在iphone 5上,运行什么的没有问题, : 但Home键之后看见图标却不对, : 还是那个default的白的象经度纬度线的那个 : 我在iPhone 5上delete这个app,
| d*g 发帖数: 62 | 3 xcode 5.11
我在AppIcon里面,加了它要求的所有图标:
1x和2x iPhone Spotlight - iOS 5, 6, Settings - iOS 5-7, 29pt
2x iPhone Spolight iOS 7, 40pt
1x和2x iPhone App iOS 5,6 57pt
2x iPhone App iOS 7 60pt
把我的iPhone 5接上xcode,让app在iphone 5上,运行什么的没有问题,
但Home键之后看见图标却不对,
还是那个default的白的象经度纬度线的那个
我在iPhone 5上delete这个app,
重复的再来一遍,还是老样子
我把我的一个老手机,iPhone 3GS接上去,在它上面,图标正常。
请问这是什么原因?怎么搞定?
对了,这些图标的图片文件全是png,
文件名字叫 logo29.png(29x29 pixels), [email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
(58x58 pixels)
[email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
(80x80 pixels) | z*******n 发帖数: 1034 | 4 如果问题还没解决,作个样本寄上来
【在 d*g 的大作中提到】 : xcode 5.11 : 我在AppIcon里面,加了它要求的所有图标: : 1x和2x iPhone Spotlight - iOS 5, 6, Settings - iOS 5-7, 29pt : 2x iPhone Spolight iOS 7, 40pt : 1x和2x iPhone App iOS 5,6 57pt : 2x iPhone App iOS 7 60pt : 把我的iPhone 5接上xcode,让app在iphone 5上,运行什么的没有问题, : 但Home键之后看见图标却不对, : 还是那个default的白的象经度纬度线的那个 : 我在iPhone 5上delete这个app,
| w*******e 发帖数: 1588 | 5 Often than not you want to make sure that you indeed configured correctly
for the targeted build.
Then delete the app, clean build (I also delete all previous builds in
physical directory). If still not fixed, restart the devices/Xcode, and try
again.
BTW, Apple has dropped support for 3GS, so I'd not use it as testing device
any more.
【在 d*g 的大作中提到】 : xcode 5.11 : 我在AppIcon里面,加了它要求的所有图标: : 1x和2x iPhone Spotlight - iOS 5, 6, Settings - iOS 5-7, 29pt : 2x iPhone Spolight iOS 7, 40pt : 1x和2x iPhone App iOS 5,6 57pt : 2x iPhone App iOS 7 60pt : 把我的iPhone 5接上xcode,让app在iphone 5上,运行什么的没有问题, : 但Home键之后看见图标却不对, : 还是那个default的白的象经度纬度线的那个 : 我在iPhone 5上delete这个app,
|
|