File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 89
89
set -o pipefail && xcodebuild \
90
90
-workspace externaldisplayexample.xcworkspace \
91
91
-scheme externaldisplayexample \
92
- -configuration Release \
92
+ -configuration Debug \
93
93
-sdk iphonesimulator \
94
- -derivedDataPath build | xcpretty
94
+ -derivedDataPath build \
95
+ ARCHS=x86_64 \
96
+ ONLY_ACTIVE_ARCH=YES | xcpretty
95
97
96
98
build-ios-new-arch :
97
99
runs-on : macos-latest
@@ -146,9 +148,11 @@ jobs:
146
148
set -o pipefail && xcodebuild \
147
149
-workspace externaldisplayexample.xcworkspace \
148
150
-scheme externaldisplayexample \
149
- -configuration Release \
151
+ -configuration Debug \
150
152
-sdk iphonesimulator \
151
- -derivedDataPath build | xcpretty
153
+ -derivedDataPath build \
154
+ ARCHS=x86_64 \
155
+ ONLY_ACTIVE_ARCH=YES | xcpretty
152
156
153
157
build-android-old-arch :
154
158
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments