UncaughtExceptionHandler からメソッドを呼び出すにはどうすればよいですか? 私はこれを持っています...
void onUncaughtException(NSException *exception)
{
NSLog(@"uncaught exception: %@", exception.description);
[self playerLoggedOut];
}
しかし、それは私にエラーを与えています[self playerLoggedOut];