ContributionsMost RecentMost LikesSolutionsRe: ios object id keeps getting incremented Thanks Guys, I got pulled off this yesterday. I didn't have any luck using wildcards, but i appeared to have solved the problem by remapping the object and manually selecting properties which avoid the incremented id.there isn't much on the screen at this point so there is very little else for the app to select.Wouldn't work in another context but it seems to be working so far in this situation.i'll look into the required children solution when i get a chance.thanks a bunch! Re: ios object id keeps getting incremented "Aliases.Device.process<product name>.window5.alertview0.password_popup.cancel_button" "window5" keeps incrementing. Re: ios object id keeps getting incremented thks. unfortunately the part of the id which appears to be inrementing is the object group index (i think). The app wont let me replace the integer with a wild card.Maybe setting that index as a project variable will get me around this..... Weird that this is the only object i have this problem with. Re: iOS 10.0 support in TC 12.10 - failing to instrument the ipa Thanks Alex, I just wanted to get confirmation that people were having success testing apps under ios10. I've got a version of our app instrumented and can test it pretty well under ios9, but i was checking to see if the kinks had been ironed out regarding ios10 before taking the leap to 12.10 ios object id keeps getting incremented So, I have an ios app that we recently upgraded. Previously the scripts ran fine. Now, however, there is one pop-up windows whose button keeps getting re-identified. i'll map the button, run the script, button won't be recognized, check it with the object spy, and its identifier has changed. typically it migrates from ...window1.alertview0.., to ...window2.alertview0..., etc All the other objects in the app maintain their identities fine. has anyone run into this, and what was your solution? Re: iOS 10.0 support in TC 12.10 - failing to instrument the ipa Can anyone confirm they have instrumented an ios app with TC12.1, and run and tested the app on ios 10? iphone app. why are all objects not recognized by their previous mapping after updating testcomplete updated testcomplete this morning. now none of my mapped objects are recognized in the same way. phone was recently updated to ios 10.0. has anyone seen this? is there a workaround other than remapping all my objects?