# sureJiang/MSCrashProtector

An Global protection scheme..

Repository: https://github.com/sureJiang/MSCrashProtector
Canonical: https://ross.abutalabs.com/products/mscrashprotector
Language: Objective-C
License Family: other
Last push: 2023-06-28T19:28:50+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2474, "days_push": 1162, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2016, forks 490 (observed 2026-08-28T04:06:05.588047+00:00)

## What it is
An Objective-C library for iOS that provides global crash protection by adding safe variants of common Foundation collection methods (NSArray, NSDictionary, etc.) to prevent out-of-bounds and nil-argument crashes. It is distributed via CocoaPods and supports iOS 5.0+ with ARC/MRC.

## Use cases
- prevent iOS app crashes from out-of-bounds array access
- avoid crashes from nil objects inserted into NSMutableArray
- protect NSDictionary from nil keys or objects
- add runtime safety guards to Foundation collection classes
- reduce crash rate in production iOS apps

## When to choose
- you maintain a legacy Objective-C iOS app prone to collection-related crashes
- you want a drop-in CocoaPods library for global crash protection
- you need ARC/MRC compatibility on older iOS versions

## When to avoid
- you are building a Swift-only project
- you want actively maintained crash reporting rather than protection
- you prefer explicit error handling over swizzled safe methods

## Facets
- artifact type: library
- maturity: maintenance
- function: error-handling, developer-tools
- domain: mobile-development, developer-tools
- platform: -
- tags: crash-protection, ios, objective-c, cocoapods, runtime-safety, foundation-classes, apple-ecosystem

## Member repositories
- sureJiang/MSCrashProtector (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:05.588047+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:00:42.807836+00:00, confidence not recorded.
  - readme: https://github.com/sureJiang/MSCrashProtector (fetched 2026-08-28T04:06:05.588047+00:00, sha e67f85a57f82)
- Data as of 2026-08-30T08:39:29.467469+00:00.
