Xcode7: How to mail crash report in swift
问题 My small task is, how to mail crash report? I don't know whether this example is right or wrong. Coding: override func viewDidLoad() { super.viewDidLoad() func exceptionHandler(exception : NSException) { print("\n\n \(exception)") print("\n\n \(exception.callStackSymbols)") mailAcn() // SENDING MAIL ACTION WHEN EXCEPTION CAUGHT } NSSetUncaughtExceptionHandler(exceptionHandler) //Error: A C Function pointer cannot be formed from a local function captures context // Do any additional setup