关于一个9.2 上面的崩溃问题

今天遇到一个很诡异的崩溃问题,来这里求教大神
我在tweak工程里用

if([vc isKindOfClass:NSClassFromString(@“SKUITabBarController”)])
return;

判断对象的类型 9.2的以下的系统没问题 9.2以上的闪退 大概是下面的错误

Mar 21 21:22:10 93-iPhone ReportCrash[3263] : MS:Error: binary does not support this cpu type
Mar 21 21:22:10 93-iPhone diagnosticd[250] : unable to find offset 0x80e3d7ec in shared cache for arch ‘arm64’

但是更奇怪的是 当我打NSLog判断崩溃位置的时候 NSLog写在那句代码下面就不会闪退了
求大神解释