File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 8989 set -o pipefail && xcodebuild \
9090 -workspace externaldisplayexample.xcworkspace \
9191 -scheme externaldisplayexample \
92- -configuration Release \
92+ -configuration Debug \
9393 -sdk iphonesimulator \
94- -derivedDataPath build | xcpretty
94+ -derivedDataPath build \
95+ ARCHS=x86_64 \
96+ ONLY_ACTIVE_ARCH=YES | xcpretty
9597
9698 build-ios-new-arch :
9799 runs-on : macos-latest
@@ -146,9 +148,11 @@ jobs:
146148 set -o pipefail && xcodebuild \
147149 -workspace externaldisplayexample.xcworkspace \
148150 -scheme externaldisplayexample \
149- -configuration Release \
151+ -configuration Debug \
150152 -sdk iphonesimulator \
151- -derivedDataPath build | xcpretty
153+ -derivedDataPath build \
154+ ARCHS=x86_64 \
155+ ONLY_ACTIVE_ARCH=YES | xcpretty
152156
153157 build-android-old-arch :
154158 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments