I try to uninstall App before every test using the capabilities below but am getting the following exception on the console. Am I missing something? If I set noReset=true, I don’t see the exception.
capabilities.setCapability(“fullReset”, true);
capabilities.setCapability(“noReset”, false);
Appium version: 1.5.3,
XCode version: 7.1 (if this matters),
iOS version: 9.3.5,
Appium java-client: 4.1.2
SessionNotCreatedException: Unable to create new remote session. desired capabilities = Capabilities [{noReset=false, platformVersion=9.3, bundleId=com.xxx.xxchild.dev, autoDismissAlerts=true, waitForAppScript=$.delay(8000); $.acceptAlert();, platformName=iOS, udid=e2ab2f7b5724711622f00632d1f081b475af05ad, deviceName=iPad2,7, fullReset=true, autoAcceptAlerts=true}], required capabilities = Capabilities [{}]