wait_fences:未能收到回复:10004003仍然出现错误

我已经阅读它与发布子视图,如UIAlertView或文本响应者的东西。 这里是我的代码,我的UIAlertView被称为…
如果任何人都可以帮助,这将不胜感激。

 - (void)viewDidAppear:(BOOL)animated { reachability = [Reachability reachabilityForInternetConnection]; NetworkStatus internetStatus = [reachability currentReachabilityStatus]; if (internetStatus == NotReachable) { UIAlertView *errorView; errorView = [[UIAlertView alloc] initWithTitle: NSLocalizedString(@"Network error", @"Network error") message: NSLocalizedString(@"No internet connection found, this application requires an internet connection to gather the data required.", @"Network error") delegate: self cancelButtonTitle: NSLocalizedString(@"Close", @"Network error") otherButtonTitles: nil]; [errorView show]; [errorView autorelease]; } } 

在顶部添加[超级viewDidAppear:animation]。

也似乎提醒代表可以设置为零,因为用户只有selectclosures警报。