0
現在,我要提交我的應用。當我驗證的應用程序,我碰到下面的問題:提交應用時出現圖標文件錯誤
Icon specified in the info.plist not found under the top level app wrapper: iTunesArtwork
的圖標文件中的info.plist的關鍵是如下:
<key>CFBundleIconFiles</key>
<array>
<string>iTunesArtwork</string>
<string>Icon.png</string>
<string>[email protected]</string>
<string>[email protected]</string>
<string>Icon-72.png</string>
</array>
而且我還添加iTunesArtwork.png到我的項目(我刪除了擴展名「.png」)
我嘗試刪除info.plist中的值「iTunesArtwork」,並且該應用程序通過了驗證,但該應用程序沒有圖標。我不知道那是否重要。我怎麼解決這個問題?
「iTunesArtwork文件將被創建」您的意思是我還應該刪除文件iTunesArtwork? – itenyh 2012-07-25 08:15:27
是的,這不是你需要自己提供的文件。 – WrightsCS 2012-07-25 14:06:21