shouldWaitForQuiescence:true

Hi Appium Team,

I am running in to the same issue repetitively and any help would be appreciated. I am able to get my WDA to start, but continue to get shouldWaitForQuiescence:true and my app will not be launched in Appium. I have tried downgrading my Appium from 1.6.2 to 1.6.1 but there is still the same issue.

My desired capabilities are:
{
“platformName”: “iOS”,
“platformVersion”: “11.4”,
“deviceName”: “iPhone 8 Plus”,
“automationName”: “XCUITest”,
“app”: “/Users/Beau/Desktop/Inhouses.app”,
“udid”: “xxx”,
“xcodeSigningId”: “xxx”,
“xcodeOrgId”: “Beau”
}

[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.son.son.inhouse”,“arguments”:[],“environment”:{},“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}