Error: Signing for WebDriverAgentRunner

I have recently upgraded to Xcode 8.
But when I am running the tests I am getting Below error

Signing for “WebDriverAgentRunner” requires a development team. Select a development team in the project editor.
Code signing is required for product type ‘UI Testing Bundle’ in SDK ‘iOS 10.0’

I have tried all possible things but didn’t work. I am running automation on iPhone 6 Plus (Real Device).

These are my capabilities and i also installed Carthage.

capabilities.setCapability(“bundleId”, “com.daft.DaftIE”);
capabilities.setCapability(“automationName”, “XCUITest”);
capabilities.setCapability(“newCommandTimeout”, “1000”);
capabilities.setCapability(“noReset”, “false”);
capabilities.setCapability(“realDeviceLogger”, “idevicesyslog”);

Any Help regarding this issue

Even I am facing the same issue.
Appreciate any help in this regards