「wait_fences: failed to receive reply: 10004003」という警告が時々表示されますが、なぜこれが来るのかわかりません。
コードに viewdidiappear メソッドがありません。ビューに UIAlert があります。コードは
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Start" message:[NSString stringWithFormat:@"Hi %@,",[user objectAtIndex:0] ] delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil];
[alert show];
[alert release];