iphone - warning : wait_fences: failed to receive reply: 10004003 -


i getting warning " wait_fences: failed receive reply: 10004003 ", not know why coming,

i not have viewdidiappear method in code, have uialert in view, code

uialertview *alert = [[uialertview alloc] initwithtitle:@"start" message:[nsstring stringwithformat:@"hi %@,",[user objectatindex:0] ] delegate:self cancelbuttontitle:@"ok" otherbuttontitles: nil]; [alert show]; [alert release]; 

this due ui actions on view controller on not currently,i.e. screen of accessing ui, not visible currently.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -