I´m debugging an IOS application with UITest. I have tried to get the last index of the table but it gave me an unexpected value like 18446744073709551615.
Then I saw a problem between Variables View and Console View. In the variables view, at the index value prints -1 but if I execute a 'po' command with the same initialization than the Index variable I got another value as you can check in the picture.
I wish that somebody could help me with this problem or tell me why is it happening.
Regards