libc++abi.dylib: terminate_handler unexpectedly threw an exception错误小结

来源:互联网 发布:linux应用层使用中断 编辑:程序博客网 时间:2024/05/16 08:51
  1. @try{  
  2.    //代码块

  3.     }  
  4.     @catch(NSException *exception) {  
  5.         NSLog(@"exception:%@", exception);  
  6.     }  
  7.     @finally {  
  8.           
  9.     } 

0 0