Open GhostWarlock opened 1 year ago
https://github.com/kstenerud/KSCrash/pull/404
#if TARGET_OS_IOS
if (floor(kCFCoreFoundationVersionNumber) <= kCFCoreFoundationVersionNumber_iOS_8_x_Max) {
return (const struct class_t *)(isa & ISA_MASK_OLD);
}
#endif
Mac M1 编译失败