遇到libc++abi.dylib handler threw exception这样的异常,查找异常原因

  1. @try{  
  2.    
  3.     }  
  4.     @catch(NSException *exception) 
  5.     {  
  6.         NSLog(@"exception:%@", exception);  
  7.     }  
  8.     @finally 
  9.      {         
  10.     } 
遇到libc++abi.dylib handler threw exception这样的异常

猜你喜欢

转载自blog.csdn.net/chun799/article/details/27561955