Xcode6之后 Error Description not available

编译打包上传到AppStore上 一直出现这个,根据网上说的翻墙,一直重复传,反正啥都没用。。

翻墙倒是能登进 推特 脸书等网站,但是上传的时候还是不行!郁闷,可能是没翻好。。

就传这个 已经报错了3天了,一直重复传,每次要等特别久才报错。。

后面发现其实在 控制台 就已经请求超时了,所以虽然表面上在转 其实。。

直接进入正题吧 怎么解决!

自行百度  8.8.8.8  你就知晓一切!

别看简单的一句话  但是就这一句话  耽误了多少时间!

时间: 2024-07-31 17:03:26

Xcode6之后 Error Description not available的相关文章

Xcode6 提交审核

App终于做完了,到了提交审核的步骤了.早就听小伙伴们说Xcode6提交更新很不好弄,然后都是用Xcode5.1.1提交的,所以我早就做好了准备,然而结果还是让我很蛋疼. 首先在写新版本的特性的时候就一直不顺: 当所有的新特性都写完的时候,SAVE的时候出现了问题. 怎么也不知道是什么原因.问了最近一个提交过App的哥们,他说是不是因为隐私URL 没有写的缘故,他说他们之前就是因为没有写就被拒绝了,说是要注册的应用都需要写.好吧,老老实实的写吧,Privacy Policy URL .这个可以问

AVAudioplayer时error解决 创建失败 ERror creating player: Error Domain=NSOSStatusErrorDomain Code=2003334207 "(null)"

AVAudioplayer 有两个初始化方法: 1.[[AVAudioPlayer alloc] initWithData:musicData error&e]; 2.[[AVAudioPlayer alloc] initWithContentsOfURL:fileURL error:&error]; 第一种是使用将音频文件的data文件初始化,但是data必须是一个完整的文件. 第二种是从url获取,但是这里的url是本地的file URL. 所以AVAudioplayer无法直接从网络

Fix to "Error Value: Error: rpmdb open failed"

"An internal system error has occured A problem that we were not expecting has occured.Please report this bug in your distribution bugtracker withthe error description"Under more details it says: Error Type: <class 'yum.Errors.YumBaseError'&g

HTTP Error 500 - Server Error.

Error Details: The FastCGI process exited unexpectedly Error Number: -1073741819 (0xc0000005). Error Description: Unknown Error HTTP Error 500 - Server Error.Internet Information Services (IIS) 在网上找了一大堆资料和在国外论坛详细查询了下,一直没有找到解决办法.php.ini也不知道被我修改了多少次了,也

HTTP500错误:FastCGI Error:The FastCGI Handler was unable to process the request.

IE--internet选项--高级--"显示友好的HTTP错误信息"  前面的勾取消 1.IIS环境问题,具体错误信息: FastCGI Error    The FastCGI Handler was unable to process the request.    --------------------------------------------------------------------------------    Error Details:    Error

网站上传服务器出现:Server Error in &#39;/&#39; Application错误

本地网站上传服务器后出现以下错误: Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely

ASP.NET Parser Error Message: Could not load type &#39;Web.Global&#39;.

Server Error in '/myapp' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. P

Parser Error Message: Access is denied【转】

PRB: Access Denied Error When You Make Code Modifications with Index Services Running View products that this article applies to. Article ID : 329065 Last Review : June 25, 2004 Revision : 3.0 This article was previously published under Q329065 SYMPT

FastCGI Error Number: 258 (0&#215;80070102) 等待的操作过时解决办法

如果服务器正常,本错误往往发生在提交一个很大的字符串时发生.原因就是在处理如此“巨大”的字符串提交请求时,服务器处理超时了.可以通过设置fcgiext.ini里面的超时配置和php.ini里的超时配置来解决.当然,根据个人对服务器设置的不同,可能还需要修改更多配置信息.比如允许一次性提交多少数据. FastCGI ErrorThe FastCGI Handler was unable to process the request.——————————————————————————–Error