APPIUM IOS Error message after update APPIUM to 1.10.0

Hi, After update my appium ver to 1.10.0 i have an error message when try to do Long Press on element ->

TouchActions action = new TouchActions(driver);
action.longPress(element);
action.perform();

The error message :

io.appium.java_client.ios.IOSDriver cannot be cast to org.openqa.selenium.interactions.HasTouchScreen

Need help, Thanks !! :slight_smile: