I am modifying an application that detects a device via Bluetooth BLE to display values ββin a graph. Everything works fine (thanks to the help of one of you last week). The application was originally written by my husband some time ago, and during the discovery of the device, he used a verification code, for example:
NSLog(@" Failed to Connect to Peripheral : %@ with UUID: %@ ", peripheral, peripheral.UUID);
or
NSLog(@" Connected to Peripheral : %@ with UUID: %@ ", peripheral, peripheral.UUID);
Before each of these lines (and a few more), I get warning messages that the UUID is out of date: first out of date in ios 7.0. Since quite a while Iβve been trying to figure out what it was replaced with, but on Google itβs not like the others people have the same problem, and when I go to the Apple Documentation: here
no mention of obsolescence.
I do not understand...
Can anyone help? Thanks
EDIT: ADD SOME INFORMATION
This is what I get on my computer in the console

ios uuid deprecation-warning core-bluetooth
Clararhea
source share