Unable to launch application in iOS 11 Beta 2

Hi Team,

I have upgraded my iPhone to iOS 11 Beta 2 and while trying to launch the application, I get an error :-
Unable to launch WebDriverAgent because of xcodebuild failure: “iproxy exited with code ‘208’”.

Appium version: 1.6.5
iOS version: 11 Beta 2
Xcode version: 8.3.3

Following is the link to appium logs:

Please Note: I was able to successfully execute the test cases on lower versions of iOS (namely 10.2 and 10.3)
Kindly let me know if I’m missing any configurations or is this an issue with appium?

PS: ios-webkit-debug-proxy is unable to connect to my iOS 11 device. Could this be a reason for the error I’m facing above?

Thanks,
Anuja

https://github.com/appium/appium/issues/6996 might help

Thanks @SireeshaSimakurthy. This resolved the issue.
However, appium is unable to find a webview context.
Have you tried executing a hybrid application on iOS 11?

No @AnuKadloor. I didn’t try it on iOS 11 yet

Hey @AnuKadloor Have you been able to automate native app in IOS 11 with appium?