An apple crash handler.
- iOS 8.0+
- macOS 10.10+
- watchOS 2.0+
- tvOS 9.0+
- Xcode 8 with Swift 3
pod 'OhCrap'
import OhCrap
OhCrap.isEnable = true
OhCrap.delegate = self // <OhCrapDelegate>
/// <OhCrapDelegate>
func ohCrapDidCatch(_ exception: NSException, forType type: OhCrap.CrashType) {
// ...
}