Skip to content

Commit 1c66aa1

Browse files
committed
Fix
1 parent 22a95f7 commit 1c66aa1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sample-application.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ jobs:
156156
-configuration "$CONFIG" \
157157
-scheme sentryreactnativesample \
158158
-sdk 'iphonesimulator' \
159-
-destination 'generic/platform=iOS Simulator,arch=arm64' \
160-
ONLY_ACTIVE_ARCH=yes \
159+
-destination 'generic/platform=iOS Simulator' \
160+
EXCLUDED_ARCHS=x86_64 \
161+
ONLY_ACTIVE_ARCH=no \
161162
-derivedDataPath "$derivedData" \
162163
build \
163164
| tee xcodebuild.log \

0 commit comments

Comments
 (0)