由于一般错误 (1095),此时无法处理应用程序 in

Unable to process application info.plist validation at this time due to a general error (1095)(由于一般错误 (1095),此时无法处理应用程序 info.plist 验证)
本文介绍了由于一般错误 (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 验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type(异常:不应为错误类型创建SimpleTypeImpl)
Android IllegalArgumentException: The tag for fragment_XXX is invalid. Received: layout-sw600dp/fragment_XXX_0(Android IlLegalArgumentException:Fragment_XXX的标签无效。收到:Layout-sw600dp/Fragment_XXX_0)
iOS convert audio sample rate from 16 kHz to 8 kHz(IOS将音频采样率从16 kHz转换为8 kHz)
Enforcing an audio sampling rate in iOS(在iOS中强制音频采样率)