Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 789 Bytes

iwd_xcode7.md

File metadata and controls

15 lines (11 loc) · 789 Bytes

Setting up instruments without delay (iwd) for xcode 7 and iOS >= 9.0

For iOS >= 9.0 instruments without delay (iwd) does not work by passing binaries through the command line (appium does this under the hood for xcode < 7). See iwd

For enabling iwd for xcode >= 7,

sh <appium-instruments>/bin/xcode-iwd.sh <path to xcode> <path to appium-instruments>

eg. sh ./bin/xcode-iwd.sh /Applications/Xcode.app /Users/xyz/appium-instruments/

Note: iwd with xcode7 will only work for iOS >= 9.0, you can switch to older xcode for iOS < 9.0