hello and happy new year,
Enviroment:
Appium 1.6.3 , Xcode 8.1, iOS on real device 10.2
my problem is pretty simple :
I can't install correctly WebDriverAgent on my ipad Air 2 with the command :
xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'id=<udid>' test
when I try it the logo appear on the device, the project open itself and crash immediatly
what I have done :
- The ProjectSettings.xcconfig file that contain the following:
DEVELOPMENT_TEAM = [TeamID]
CODE_SIGN_IDENTITY = iPhone Developer
-the code in my project : capabilities.SetCapability("xcodeConfigFile", "/path/to/file.xcconfig);
-in the WDA project : mkdir -p Resources/WebDriverAgent.bundle
-sh ./Scripts/bootstrap.sh -d
- brew install ideviceinstaller
- brew install ios-deploy
- i didn't do gem install xcpretty because there is security problems
here are the logs