Transform CBPeripheral's UUID to string format :

I am trying to transform a CBPeripheral's UUID to string format: CBPeripheral* peripheral; NSString *pUuid = (__bridge NSString *)(CFUUIDCreateString(nil, peripheral.UUID)); but i got this