We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a95f7 commit 1c66aa1Copy full SHA for 1c66aa1
.github/workflows/sample-application.yml
@@ -156,8 +156,9 @@ jobs:
156
-configuration "$CONFIG" \
157
-scheme sentryreactnativesample \
158
-sdk 'iphonesimulator' \
159
- -destination 'generic/platform=iOS Simulator,arch=arm64' \
160
- ONLY_ACTIVE_ARCH=yes \
+ -destination 'generic/platform=iOS Simulator' \
+ EXCLUDED_ARCHS=x86_64 \
161
+ ONLY_ACTIVE_ARCH=no \
162
-derivedDataPath "$derivedData" \
163
build \
164
| tee xcodebuild.log \
0 commit comments