由于一般错误 (1095),目前无法处理应用程序 info.plist 验证
我正在创建一个报亭应用程序。应用程序已准备就绪,现在我正在尝试使用应用程序加载器将应用程序上传到苹果商店。上传 zip 文件时,错误消息显示为
由于一般错误 (1095),目前无法处理应用程序 info.plist 验证
我用 google 搜索了此内容上网查了一下,还是没有找到解决办法。
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
Unable to process application info.plist validation at this time due to a general error (1095)
I googled this in the net, but did not find the solution still.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
这显然是 Apple 服务器问题,而不是 Xcode/iOS/OSX 问题。只要耐心等待,Apple 的服务器就会赶上流量,或者解决他们最终遇到的任何问题。
如果您感到焦虑,请随意坐在那里并重新启动 Xcode,直到它正常工作 - 但这不是重新启动 Xcode,只有您浪费的时间才能解决问题。
在等待的同时,在 Instruments 中运行您的应用程序并解决一些性能问题;)
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.
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.
While you're waiting, run your apps in Instruments and solve some performance issues ;)
我刚刚遇到这个错误。我等了一个小时,用完全相同的版本再次尝试,一切都很好。投票支持这是苹果的暂时故障。
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.
我也有同样的问题。我关闭了 Xcode,重新启动计算机,它就工作了。
I had the same problem. I closed Xcode, restart my computer and it worked.
一个可能的问题是 png 文件损坏。 png 文件不应交错
One possible problem to this is corrupted png files. The png files should not be interlaced
我找到了解决问题的办法。
如果您使用的是 Xcode 4+,则不必再使用应用程序加载器。相反,您应该在 Xcode 中存档您的项目(产品 -> 存档)。然后它将打开管理器,其中显示 3 个按钮。点击提交按钮。
如果您已使用 Itunes Connect 为您的应用程序创建了一个条目,您应该能够从列表中进行选择,然后选择您的分发配置文件。然后点击下一步按钮,您应该会收到一条消息,告诉您您的应用程序已提交。
至少这对我有用。
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.
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.
At least that worked for me.
使用应用程序加载器。
我今天收到很多这样的信息。
应用程序加载器工作了。
提示:打开 Console.app 查看 XCode 验证错误
注意:
我完成了所有这些操作,但仍然收到有关缺少 120x120 图标的电子邮件。
忘记在“构建目标”> 中更新它们常规选项卡
iOS7新图标要求列表
http://www.icenium.com/resources /forums/icenium-general-discussion/missing-recommended-icon-file
Use Application Loader.
I'm getting this a lot today.
Application Loader worked.
TIP: open Console.app to see XCode Validation errors
Note:
I did all this and still got email about missing 120x120 icons.
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
发生这种情况的另一个原因是产品名称重复。尽管您的应用程序名称、可执行文件名称、显示名称或捆绑 ID 不同,但如果产品名称存在于您当前的应用程序中,则会发生此错误。
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.
“服务器返回无效响应。这可能表明网络代理正在干扰通信,或者 Apple 服务器出现问题。请稍后重试您的请求。”“
重置互联网连接。
重新打开 xcode。
再次设置配置文件。
干净的构建。
并将构建存档。
非常适合我(5 分钟内无需等待)。
谢谢
"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.""
Reset The internet connection.
Reopen the xcode.
Set the profile again.
Clean build.
And Archive the build.
Works perfect for me (With in 5 minutes no need to wait).
Thanks
只是时间问题,因为你无法控制Apple服务器的流量问题,我们都只是成为受害者......所以长话短说......
通过重新启动XCODE可能会起作用,但每个人都像我一样,我尝试过重新启动 XCODE、SYSTEM、ROUTER 以及所有可能的内容,只有错误名称从“网络连接丢失”更改为“请求超时”,反之亦然......!
想想什么时候访问服务器的人会更少...
PS:只有坚持不懈才能以这种方式帮助您..不断重拨..然后等待并观察:P
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...
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..!
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
我解决了...:)
请删除所有图标和启动图像,同时从 info.plist 中删除图标文件和图标文件(IOS 5),然后将所有图标添加到应用程序包中...
在此更新 info.plist iconFiles 字段之后添加所需的图标名称...
最后但并非最不重要的一点是从开发人员门户中删除配置文件并重新创建它...
清理您的构建并将其存档并使用应用程序加载器将其提交到AppStore...
它对我有用,我认为它可能会帮助你...
不是每次都不是苹果服务器问题,根据我的说法,有时我们做了一些不好的链接:)
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 ...
After this update info.plist iconFiles field add desired name of icons....
And last but not least remove Provisioning profile from developer portal and recreate it ...
Clean your build and Archive it and using Application Loader submit it to 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 :)