2016-09-19 47 views
0

我的IOS應用程序創建時沒有顯示其圖標/啓動圖像phonegap生成。 我有包括在res圖標圖像/圖標/ IOS與具有路徑圖標圖像尺寸57*57, 114*114, 40*40, 80*80, 120*120, 50*50, 100*100, 60*60, 120*120, 180*180, 72*72, 144*144, 76*76, 152*152, 29*29, 58*58, 87*87。而配置文件夾是Phonegap生成IOS應用程序不顯示是ICON /啓動圖像

<icon src="icon.png"/> 
<platform name="ios"> 
<icon src="res/icon/ios/icon.png" width="57" height="57"/> 
<icon src="res/icon/ios/[email protected]" width="114" height="114"/> 
<icon src="res/icon/ios/icon-40.png" width="40" height="40"/> 
<icon src="res/icon/ios/[email protected]" width="80" height="80"/> 
<icon src="res/icon/ios/icon-50.png" width="50" height="50"/> 
<icon src="res/icon/ios/[email protected]" width="100" height="100"/> 
<icon src="res/icon/ios/icon-60.png" width="60" height="60"/> 
<icon src="res/icon/ios/[email protected]" width="120" height="120"/> 
<icon src="res/icon/ios/[email protected]" width="180" height="180"/> 
<icon src="res/icon/ios/icon-72.png" width="72" height="72"/> 
<icon src="res/icon/ios/[email protected]" width="144" height="144"/> 
<icon src="res/icon/ios/icon-76.png" width="76" height="76"/> 
<icon src="res/icon/ios/[email protected]" width="152" height="152"/> 
<icon src="res/icon/ios/icon-small.png" width="29" height="29"/> 
<icon src="res/icon/ios/[email protected]" width="58" height="58"/> 
<icon src="res/icon/ios/[email protected]" width="87" height="87"/> 
<icon height="87" src="res/icon/ios/icon-87.png" width="87" /> 
<icon height="58" src="res/icon/ios/icon-58.png" width="58" /> 

我的WWW文件夾結構是

和RES /圖標/ ios結構是

但是IOS版本完全忽略了這個圖標圖像。 我用build.phonegap.com創建ipa文件,並檢查圖標圖像,我解壓縮這個ipa文件,然後得到文件結構像Payload/ShreeMedical.app包含各種大小的AppIcon和LaunchImages,但都是黑色圖像不是我的圖標圖像。 Untitled.png如何解決這個問題。

回答

0

您有圖標的名稱將在Info.plist文件

+0

有是沒有名稱的文件info.plist –

+0

按命令+ shift + o並請輸入info.plist –

+0

請接受答案,如果它幫助:) –

0

匹配的圖標名稱檢查您的應用程序圖標在這裏Assets.xcassets - > AppIcon.appiconset,必須有內容JSON和圖標圖像,你可以給JSON圖像名稱並在該文件夾中的圖像,然後它自動設置。

相同發射升空的圖像也「Assets.xcassets - > LaunchImage.launchimage」給在內容JSON的名稱和在同一文件夾給圖像

檢查一次以下圖片僅供參考

enter image description here

+0

我正在創建IOS平臺phonegap應用程序phonegap桌面,phonegap開發人員應用程序和Windows機器上的視覺工作室不是Mac。在這裏,我沒有得到Assets.xcassets文件夾 –

+0

沒關係,它將適用於Xcode,我不知道手機的差距。 –

相關問題