I am running into an exception thrown by a 3rd party library written in objective c and it is causing my Swift app to terminate.
Here is what the debug info shows in Xcode:
2018-11-06 09:48:04.336769-0700 BACtrackSwift[331:12792] +[NSMutableData dataFromHexString:]: unrecognized selector sent to class 0x1effb6e28
2018-11-06 09:48:18.279085-0700 BACtrackSwift[331:12792] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSMutableData dataFromHexString:]: unrecognized selector sent to class 0x1effb6e28'
I don't have access to third party library obj c source and wondering what I can do on the Swift side to prevent or quiet this?