From 5622b69e603d528517d277227583a12c845a79e7 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 6 Oct 2021 12:28:33 -0700 Subject: [PATCH] fixes detox binary path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe91450bc720..bb86f771c84e 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,7 @@ "runnerConfig": "tests/e2e/config.json", "configurations": { "ios.sim.debug": { - "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/expensify.cash.app", + "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/new expensify.app", "build": "xcodebuild -workspace ios/NewExpensify.xcworkspace -scheme NewExpensify -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build | xcpretty", "type": "ios.simulator", "name": "iPhone 11"