i'm able to run some tests with this command line in terminal
`'/Applications/Appium.app/Contents/Resources/node/bin/node' /Applications/Appium.app/Contents/Resources/node_modules/appium/build/lib/main.js --debug-log-spacing --log-level "debug" --nodeconfig "/Users/admin/Documents/installations/SeleniumGridLocalHost/IOSSeleniumGrid.json" --platform-version "9.3" --platform-name "iOS" --safari --browser-name "Safari" --udid "MYUDID" --full-reset --show-ios-log --show-ios-log --device-name "MYIPAD" --native-instruments-lib --native-instruments-lib
so yes i've done this step
... after a retry right now i face another issue ... when i run my command line.I'll restart to see if there is no another process that is breaking something
edit: it's ok now i restarted and my command is working ... but my goal is to make it work with a redirection at the end (>AppiumLog'+date.getHours()+""+date.getMinutes()+""+date.getSeconds()+'.txt')
when i try to do it i appium tell me the error that we try to fix...