3
當我嘗試驗證程序,我收到此錯誤信息:XCode 4.5無法驗證應用程序?
(null): Icon specified in the Info.plist not found under the top level app wrapper: (-19007)
Unable to validate your application. - (null)
通常這是由丟失/損壞圖標文件造成的,但不是在這種情況下。 我打開了檔案文件,發現Info.plist文件中下面一行IconPath
列表:
Applications/xxxxx.app/_CodeSignature
沒有在應用程序內的plist文件中指定的這條線,我想這是當然的錯誤。
任何想法最新怎麼了?這是一個非常古老的項目,所以xcode中的某些內容可能會發生變化。
任何幫助,將不勝感激!
[Problem with Icon.png(Info.plist中指定的圖標未在頂級應用包裝下找到:Icon.png(-19007))](http://stackoverflow.com/questions/4627697/problem-with-icon-png-icon-specified-in-the-info-plist-not-found-under-the-top) –
類似的症狀,不同的過程。我已經嘗試了鏈接線程中的不同建議,但沒有任何運氣。不幸的是 – EsbenB
這是一個很好的做法,在您的問題中包含指向您搜索的問題的鏈接(所以我們知道您已經看到並測試了所有這些)。我會嘗試刪除IconPath key alltogether(首先進行備份)。 –