From 49eaabf5058520f7d1c44233aea7957e70965295 Mon Sep 17 00:00:00 2001 From: Isla Koenigsknecht Date: Tue, 7 May 2024 11:28:32 -0400 Subject: [PATCH] Revert "Update .detoxrc.js" This reverts commit 9290f25a0a8d0b03a3184a11714585fd266822b7. --- packages/mobile/.detoxrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/.detoxrc.js b/packages/mobile/.detoxrc.js index 892013df07..8ac7d9d0ce 100644 --- a/packages/mobile/.detoxrc.js +++ b/packages/mobile/.detoxrc.js @@ -34,7 +34,7 @@ module.exports = { type: 'ios.app', binaryPath: 'ios/build/debug/Build/Products/Debug-iphonesimulator/Quiet.app', build: - 'xcodebuild -workspace ios/Quiet.xcworkspace -scheme Quiet -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build/debug -arch arm64', + 'xcodebuild -workspace ios/Quiet.xcworkspace -scheme Quiet -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build/debug -arch x86_64', }, 'ios.storybook': { type: 'ios.app',