ios - Error library libUartLib.a (print Bluetooth) -
has developed libuartlib.a library?
because have following error:
-[cbcentralmanager retrieveconnectedperipherals]: unrecognized selector sent instance 0x15e868d0 2015-10-02 17:13:29.265 dapper[2639:1705276] *** terminating app due uncaught exception 'nsinvalidargumentexception', reason: '-[cbcentralmanager retrieveconnectedperipherals]: unrecognized selector sent instance 0x15e868d0' *** first throw call stack: (0x27a5186b 0x394bedff 0x27a57035 0x27a54c8f 0x279842b8 0x1018a3 0x27714a55 0x22cdbf 0x22cdab 0x231829 0x27a14595 0x27a12a8f 0x279651e9 0x27964fdd 0x30bc9af9 0x2bbca18d 0x1002b9 0x39be9873) libc++abi.dylib: terminating uncaught exception of type nsexception
if refer documentation that method deprecated in ios 7 , has been removed in ios 9. replacement retrieveconnectedperipheralssithservices
either need updated version of library or update if author hasn't done or identify alternative.
Comments
Post a Comment