Unable to process application info.plist validation at this time due to a general error (1095)(由于一般错误 (1095),此时无法处理应用程序 info.plist 验证)
问题描述
我正在创建一个报亭应用程序.应用程序已准备就绪,现在我正在尝试使用 Application Loader 将应用程序上传到苹果商店.上传 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),目前无法处理应用程序 info.plist 验证
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.
推荐答案
这显然是 Apple 服务器问题,而不是 Xcode/iOS/OSX 问题.只要耐心等待,Apple 的服务器就会赶上流量,或者解决他们遇到的任何问题.
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 中运行您的应用并解决一些性能问题;)
While you're waiting, run your apps in Instruments and solve some performance issues ;)
这篇关于由于一般错误 (1095),此时无法处理应用程序 info.plist 验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:由于一般错误 (1095),此时无法处理应用程序 in
基础教程推荐
- Android:STATE_SELECTED不工作 2022-01-01
- 突出显示朗读文本(在 iPhone 的故事书类型应用程序中) 2022-01-01
- 在 Android 模拟器中激活网络位置提供程序? 2022-01-01
- 在 appComponent dagger 2 中动态添加测试模块? 2022-01-01
- 如何将多个组件添加到 PickerView? 2022-01-01
- 在 iOS8 中无法获得正确的键盘高度值 2022-01-01
- 我的 UIImageView 的任务 2022-01-01
- - (CGRect)convertRect:(CGRect)rect toView:(UIView *)view 如何工作 2022-01-01
- 新的@SystemApi 注解是什么意思,和@hide 有什么区别 2022-01-01
- 可可/目标C(OSX不是iOS)从子对象访问父对象 2022-01-01
