Skip to content

Commit aa14f58

Browse files
committed
tests
1 parent e18a02a commit aa14f58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/react_native/e2e/.detoxrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ module.exports = {
1414
type: 'ios.app',
1515
binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/OnnxruntimeModuleExample.app',
1616
build:
17-
'xcodebuild ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO -workspace ios/OnnxruntimeModuleExample.xcworkspace -scheme OnnxruntimeModuleExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build',
17+
'xcodebuild ONLY_ACTIVE_ARCH=YES -workspace ios/OnnxruntimeModuleExample.xcworkspace -scheme OnnxruntimeModuleExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build',
1818
},
1919
'ios.release': {
2020
type: 'ios.app',
2121
binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/OnnxruntimeModuleExample.app',
2222
build:
23-
'xcodebuild ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO -workspace ios/OnnxruntimeModuleExample.xcworkspace -scheme OnnxruntimeModuleExample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build',
23+
'xcodebuild ONLY_ACTIVE_ARCH=YES -workspace ios/OnnxruntimeModuleExample.xcworkspace -scheme OnnxruntimeModuleExample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build',
2424
},
2525
'android.debug': {
2626
type: 'android.apk',
@@ -39,7 +39,7 @@ module.exports = {
3939
type: 'ios.simulator',
4040
device: {
4141
type: 'iPhone 15',
42-
os: 'iOS 17.4',
42+
os: 'iOS 17.5',
4343
},
4444
},
4545
attached: {

0 commit comments

Comments
 (0)