I've followed your instructions and got the next output
EnvironmentVariables = Dict {
LIB_PATH = /usr/local/lib/node_modules/appium/node_modules/appium-instruments/thirdparty/iwd7/
DYLD_INSERT_LIBRARIES = /usr/local/lib/node_modules/appium/node_modules/appium-instruments/thirdparty/iwd7/DTMobileISShim.dylib
}
I've installed the instruments with npm install -g ...
any way , when I'm launching the appium I'm still getting :
> Instruments] On xcode 7.0+, instruments-without-delay does not work, skipping instruments-without-delay
> [debug] [Instruments] Found Insruments-Without-Delay: /usr/local/lib/node_modules/appium/node_modules/appium-ios-driver/node_modules/appium-instruments/thirdparty/iwd7
> [debug] [Instruments] Spawning instruments with command: '/Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /var/folders/80/rv4jbh0d0nn4bhnmnnn2zclc0000gp/T/appium-instruments/instrumentscli0.trace -w "iPhone 6s (9.1) [" /Users/ie54553/Automation/AutomationProject/CVM_BUILD/IOS/CitiVelocity.app -e UIASCRIPT "/Users/ie54553/Library/Application Support/appium/bootstrap/bootstrap-0d06df35bd7969e8.js" -e UIARESULTSPATH /var/folders/80/rv4jbh0d0nn4bhnmnnn2zclc0000gp/T/appium-instruments'
and my execution is still slow ... (slower than it was on appium 1.4.16 and IWD patch ...
I'm running xcode 7.1.1 and ios 9.1
@Aleksei maybe you'll have some input as well ?
Thanks guys