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
基础教程推荐
- AdMob 广告未在模拟器中显示 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- iOS4 创建后台定时器 2022-01-01
