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
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01