xcode 由于一般错误,此时无法处理应用程序 info.plist 验证 (1095)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8353049/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Unable to process application info.plist validation at this time due to a general error (1095)
提问by Naveen
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
我正在创建一个报摊应用程序。应用程序已准备就绪,现在我正在尝试使用 Application Loader 将应用程序上传到苹果商店。在上传 zip 文件时,它显示的错误消息为
Unable to process application info.plist validation at this time due to a general error (1095)
由于一般错误,此时无法处理应用程序 info.plist 验证 (1095)
I googled this in the net, but did not find the solution still.
我在网上用谷歌搜索了这个,但仍然没有找到解决方案。
回答by Jessedc
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.
这显然是 Apple 服务器问题,而不是 Xcode/iOS/OSX 问题。只要耐心等待,Apple 的服务器就会赶上流量,或者解决他们最终遇到的任何问题。
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.
如果您感到焦虑,请随意坐在那里重新启动 Xcode,直到它工作为止 - 但它不会重新启动 Xcode,只是您浪费的时间解决了问题。
While you're waiting, run your apps in Instruments and solve some performance issues ;)
在等待的同时,在 Instruments 中运行您的应用程序并解决一些性能问题;)
回答by Chris Newman
I just had this error. I waited an hour and tried again with the exact same build and it was all good. Vote for it being Apple's temporary glitch.
我刚刚遇到了这个错误。我等了一个小时,然后用完全相同的构建再次尝试,一切都很好。投票支持它是 Apple 的临时故障。
回答by kschaeffler
I had the same problem. I closed Xcode, restart my computer and it worked.
我有同样的问题。我关闭了 Xcode,重新启动了我的电脑,它工作了。
回答by denil
One possible problem to this is corrupted png files. The png files should not be interlaced
一个可能的问题是损坏的 png 文件。png 文件不应交错
回答by Krueger
I found a solution to the problem.
我找到了解决问题的方法。
If you're using Xcode 4+, you don't have to use Application Loader anymore. Instead you should archive your project in Xcode (Product->Archive). It will then open the organizer, where 3 buttons are displayed. Hit the submit button.
如果您使用的是 Xcode 4+,则不必再使用 Application Loader。相反,您应该在 Xcode 中存档您的项目(产品->存档)。然后它将打开管理器,其中显示 3 个按钮。点击提交按钮。
If you've created an entry for your app with Itunes Connect, you should be able to choose that from the list, and then select your distribution profile. Then hit the next button, and you should get a message, that tells you, that your app has been submitted.
如果您已经使用 Itunes Connect 为您的应用程序创建了一个条目,您应该能够从列表中进行选择,然后选择您的分发配置文件。然后点击下一步按钮,您应该会收到一条消息,告诉您您的应用程序已提交。
At least that worked for me.
至少这对我有用。
回答by brian.clear
Use Application Loader.
使用应用程序加载器。
I'm getting this a lot today.
我今天收到了很多。
Application Loader worked.
应用程序加载器工作。
XCode > Project > Archive
XCode > Organizer > Distribute > Enterprise/add Hoc > Save As
Saves as YOURAPP.ipa.
Make sure Save for Enterprise Deploy remains UNCHECKED.
Download latest Application Loader.
tap 'Deliver Your App'
make sure new version in itunes connect in WAITING FOR UPLOAD state
Click on Activity... button
TIP: open Console.app to see XCode Validation errors
提示:打开 Console.app 以查看 XCode 验证错误
Click on ALL MESSAGE on list of logs on right.
Then in search enter 'XCode' or 'Application Loader'
to monitor any errors with your upload.
Note:
笔记:
I did all this and still got email about missing 120x120 icons.
我做了所有这些,但仍然收到关于缺少 120x120 图标的电子邮件。
Forgot to update them in Build Target > General Tab List of new icon requirements for iOS7 http://www.icenium.com/resources/forums/icenium-general-discussion/missing-recommended-icon-file
忘记在构建目标 > iOS7 的新图标要求的常规选项卡列表中更新它们 http://www.icenium.com/resources/forums/icenium-general-discussion/missing-recommended-icon-file
回答by Hymanal
Another reason why this can happen is the duplicate product name. Despite your app names, executable names, display names or bundle IDs are different, if the product name exists in your current apps this error is gonna occur.
发生这种情况的另一个原因是产品名称重复。尽管您的应用程序名称、可执行文件名称、显示名称或捆绑 ID 不同,但如果您当前的应用程序中存在产品名称,则会发生此错误。
回答by mavericks
It's just the time, because you can't control Apple's Server's traffic problem, We all merely become the victim of that..So cut the long story short...
正是时候,因为你无法控制 Apple 的服务器的流量问题,我们都只是成为它的受害者......所以长话短说......
By restarting XCODE may work but everyone as in my case, i tried by restarting XCODE, SYSTEM, ROUTER and anything and everything possible, only error name had changed from "The network connection was lost" to "The request timed out" and vice Versa..!
通过重新启动 XCODE 可能会起作用,但每个人都像我一样,我尝试通过重新启动 XCODE、SYSTEM、ROUTER 以及任何可能的东西,只有错误名称从“网络连接丢失”更改为“请求超时”,反之亦然..!
Just think at what time less people would be accessing the sever...
试想一下什么时候访问服务器的人会更少......
PS: Only perseverance can help you in this way..keep redialing..And WAIT and WATCH:P
PS:只有坚持才能以这种方式帮助您..继续重拨..和WAIT和WATCH:P
回答by Vishal16
I solved ... :)
我解决了... :)
Please remove all your icons and splash image also remove icon Files and icons File( IOS 5 ) from info.plist and then add all your icons to app bundle ...
请从 info.plist 中删除所有图标和启动图像,同时删除图标文件和图标文件(IOS 5),然后将所有图标添加到应用程序包中...
After this update info.plist iconFiles field add desired name of icons....
在此更新 info.plist iconFiles 字段后添加所需的图标名称....
And last but not least remove Provisioning profile from developer portal and recreate it ...
最后但并非最不重要的一点是从开发人员门户中删除 Provisioning 配置文件并重新创建它......
Clean your build and Archive it and using Application Loader submit it to AppStore ...
清理您的构建并将其存档,然后使用 Application Loader 将其提交到 AppStore ...
it work for me and i think it may help you...
它对我有用,我认为它可以帮助你......
Not every time not it is Apple server issue,sometime we did some bad linking according to me :)
并非每次都不是 Apple 服务器问题,有时我们根据我的说法做了一些错误的链接:)
回答by Mitesh Khatri
"The server returned an invalid response. This may indicate that a network proxy is interfering with communication, or that Apple servers are having issues. Please try your request again later.""
“服务器返回无效响应。这可能表明网络代理正在干扰通信,或者 Apple 服务器有问题。请稍后重试您的请求。””
Reset The internet connection.
Reopen the xcode.
Set the profile again.
Clean build.
And Archive the build.
重置互联网连接。
重新打开 xcode。
再次设置配置文件。
清洁构建。
并存档构建。
Works perfect for me (With in 5 minutes no need to wait).
非常适合我(在 5 分钟内无需等待)。
Thanks
谢谢