ChrisRockC / MyWiki

点-线-面
0 stars 0 forks source link

libc++abi.dylib: terminate_handler unexpectedly threw an exception错误 #252

Open ChrisRockC opened 6 years ago

ChrisRockC commented 6 years ago

@try { //问题代码 }

@catch (NSException *exception) { NSLog(@"exception = %@", exception); }

@finally {

}