Skip to content

Commit

Permalink
bring back i-w-d for xcode 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Oct 15, 2014
1 parent 87b3a38 commit bf476e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions lib/devices/ios/ios.js
Expand Up @@ -337,13 +337,11 @@ IOS.prototype.startInstruments = function (cb) {
};

IOS.prototype.makeInstruments = function (cb) {
// I-W-D crashes on Xcode 6, so force --native-instruments-lib on
if (this.xcodeVerNumeric >= 6 && this.args.withoutDelay) {
logger.warn("Your version of xcode and ios sdk do not support " +
"instruments-without-delay. Test execution will proceed more " +
"slowly");
logger.info("On some xcode 6 platforms, instruments-without-delay does " +
"not work. If you experience this, you will need to re-run " +
"appium with the --native-instruments-lib flag");

this.args.withoutDelay = false;
}

// at the moment all the logging in uiauto is at debug level
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"adm-zip": "~0.4.4",
"appium-adb": "~1.3.18",
"appium-atoms": "~0.0.5",
"appium-instruments": "~1.4.9",
"appium-instruments": "~1.4.10",
"appium-uiauto": "~1.7.14",
"argparse": "~0.1.15",
"async": "~0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion submodules/appium-instruments

0 comments on commit bf476e9

Please sign in to comment.