上架app 到app store 的出現: “The IPA is invalid. It does not inlude a Payload directory.”錯誤處理,inludepayload

來源:互聯網
上載者:User

上架app 到app store 的出現: “The IPA is invalid. It does not inlude a Payload directory.”錯誤處理,inludepayload

今天打包上傳app到app store上遇到的一個錯誤,在xcode6.2下提示:

 

The IPA is  invalid. It does not inlude a Payload directory.

 

折騰了一個下午,沒有找到辦法,網友遇到提示這個錯誤提供了一個解決辦法:

http://blog.csdn.net/jimjarry/article/details/42676041 

但是對我的情況不適用(最終我的問題發現是屬於個案,特殊情況下才會發生),如果您遇到這種提示可以先看看它的方法是否適合您。當我按照這個方法用application loader工具操作後,提示錯誤:ERROR ITMS-90183:”Invalid Bundle OS Type Code”. The value of ‘Bundle OS Type Code’ [CFBundlePackageType] in your application bundle’s Info.plist file must be one of [APPL]

 

 

 

我檢查我的info.plist,它的CFBundlePackageType值明明是APPL啊,嘗試多次後,整個下午我就放棄了,然後晚上我在家用新版的xcode6.3去打包上傳,提示的錯誤變成:

 

這其中的意思就簡單明了,我的info.plist美喲被打包進去。然後想起我曾經誤刪過info.plist,然後重新寫進去的,但是我在模擬器和真機上測試都很正常啊。 不過問題應該就在這裡,然後我尋找bulid Setting下我的info.plist檔案,它預設載入的事我的tests目錄下的info.plist,而它的CFBundlePackageType 值是BNDL。 

 

 

服了,有時候軟體好用也是個麻煩,xcode自動把我找到tests這個info.plist。幸好問題得到解決

把我的自己的info.plist添加進去,一切問題解決。

終於可以上架我的app了。 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.