Change date on iOS date picker wheel

If I have xpath to the day part of the iOS date picker wheel, How do I select next day on it.

Ex: Mobile.tap(findTestObject(“xpath to date part of the date picker wheel”)

Mobile.setText(select tomorrow day)

I have tried many variation code to get this done including making a list and then clicking on tomorrow day etc. Nothing seems to work. Any help is appreciated.

Hi there,

Which appium version you are using? Maybe you need the latest appium and refer to solution on this page

Thanks