wait_fences: failed to receive reply: 10004003 solution:not found.
- by amy
I am getting this error message,Whenever I show alertview in function :
(void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated {
and then handling the click actio in :
-(void)alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)buttonIndex
I saw all related posts but however didn't get any solution to this coz i dont have any keyboards on.
I am only using navigation functions ans alertview inside it.
App is also crash due to this problem.
any help will highly appreciated.