Hi
I've followed the below real device document for using appium-xcuitest-driver on IOS 10 and Xcode8
https://github.com/appium/appium-xcuitest-driver#external-dependencies
My problems are like this:
- When I build the webdriveragent project with the following command, it start running webdriveragent on real device
xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=my_device_udid' test
but When I start running appium tests , webdriver agent console automaticly gives error (BUILD INTERRUPTED)
- If I run WebDriverAgent with using xcode by cmd+u to WebDriverAgentRunner project , it runs on device and never gives an error
But in both cases, when I run appium It gives this error:
[Xcode]
Testing failed:
Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the project editor.
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.0'
** TEST FAILED **
But I already selected development team for both WebDriverAgentLib and WebDriverAgentRunner projects.
We are working on a serious project and since ios 10 we cannot continue to our project. Can you point me to right direction?