iPhone SDK 3.0-wait_fences:无法收到回复:10004003 [英] iPhone SDK 3.0 - wait_fences: failed to receive reply: 10004003

查看:38
本文介绍了iPhone SDK 3.0-wait_fences:无法收到回复:10004003的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在开发iPhone应用程序,自从我开始构建SDK 3.0以来,每当应用程序尝试与Web服务器通信时,都会收到此错误.一切似乎都运行良好,但是我找不到任何可以解释该消息根本原因的信息.任何帮助将不胜感激.

I've been working on an iPhone application, and since I started building on SDK 3.0 I receive this error whenever the application attempts to communicate with my webserver. Everything seems to be running fine, but I can't find anything that explains the root cause of the message. Any help would be appreciated.

推荐答案

执行此操作时出现此错误:

I had this error when I did:

[self.navigationController popViewControllerAnimated:YES];

在:

- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex;

当我使用以下代码时,错误消失了:

The error was gone when I used the following instead:

- (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex;

可能发生的情况是在Alertview隐藏动画仍在继续的同时启动了导航幻灯片"效果.更改此设置后,动画也更加流畅.

What probably happened was that the navigation "slide" effect was initiated while the alertview hiding animation was still going on. After I changed this the animation was also smoother.

这篇关于iPhone SDK 3.0-wait_fences:无法收到回复:10004003的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆