File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ module.exports = {
14
14
type : 'ios.app' ,
15
15
binaryPath : 'ios/build/Build/Products/Debug-iphonesimulator/OnnxruntimeModuleExample.app' ,
16
16
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' ,
18
18
} ,
19
19
'ios.release' : {
20
20
type : 'ios.app' ,
21
21
binaryPath : 'ios/build/Build/Products/Release-iphonesimulator/OnnxruntimeModuleExample.app' ,
22
22
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' ,
24
24
} ,
25
25
'android.debug' : {
26
26
type : 'android.apk' ,
@@ -39,7 +39,7 @@ module.exports = {
39
39
type : 'ios.simulator' ,
40
40
device : {
41
41
type : 'iPhone 15' ,
42
- os : 'iOS 17.4 ' ,
42
+ os : 'iOS 17.5 ' ,
43
43
} ,
44
44
} ,
45
45
attached : {
You can’t perform that action at this time.
0 commit comments