Hi,
I'm using Appium on Mac. When I try to run Appium, it seems that the path to Instruments is empty. It would be a great help if I knew how to set the path to instruments (should I do it using an environment variable? manually?).
Here's the log I'm getting:
debug: Creating instruments
info: instruments is:
info: [INSTSERVER] Instruments socket server started at /tmp/instruments_sock
info: Spawning instruments with command: -t /usr/local/lib/node_modules/appium/app/uiauto/Automation.tracetemplate /var/folders/rd/z5t93lfj0cx0wm2_hqmthnkr0000gn/T/TestApp.app -e UIASCRIPT /usr/local/lib/node_modules/appium/app/uiauto/bootstrap.js -e UIARESULTSPATH /tmp/appium-instruments/
Just as a general explanation, this happened after I uninstalled XCode 3.3 (I had both 3.3 and 4 on my Mac). Before uninstalling Appium used to go to /Developer/usr/local/bin/instruments. Now it's just empty,
Thanks!
Daniel