問題描述
我正在創(chuàng)建一個報亭應(yīng)用程序.應(yīng)用程序已準備就緒,現(xiàn)在我正在嘗試使用 Application Loader 將應(yīng)用程序上傳到蘋果商店.上傳 zip 文件時,錯誤消息顯示為
I am creating a newsstand application. the application is ready, now i am trying to upload the app in apple store using Application Loader. While uploading the zip file its showing the error message as
由于一般錯誤 (1095),目前無法處理應(yīng)用程序 info.plist 驗證
Unable to process application info.plist validation at this time due to a general error (1095)
我在網(wǎng)上搜索了這個,但仍然沒有找到解決方案.
I googled this in the net, but did not find the solution still.
推薦答案
這顯然是 Apple 服務(wù)器問題,而不是 Xcode/iOS/OSX 問題.只要耐心等待,Apple 的服務(wù)器就會趕上流量,或者解決他們遇到的任何問題.
This is clearly an Apple server issue, not an Xcode/iOS/OSX issue. Just wait patiently and Apple's servers will catch up to the traffic, or solve whatever issues they're having at their end.
如果您著急,請隨意坐在那里重新啟動 Xcode,直到它正常工作 - 但它不會重新啟動 Xcode,只有您浪費的時間才能解決問題.
If you're anxious, feel free to just sit there and restart Xcode until it works - but it's not restarting Xcode, only the time you waste that's solving the issue.
在您等待的同時,在 Instruments 中運行您的應(yīng)用并解決一些性能問題;)
While you're waiting, run your apps in Instruments and solve some performance issues ;)
這篇關(guān)于由于一般錯誤 (1095),此時無法處理應(yīng)用程序 info.plist 驗證的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!