Skip to content

Commit 4d67a2b

Browse files
modified some build settings and set continue on error to true
1 parent 5f021c7 commit 4d67a2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,16 @@ jobs:
229229
xcodebuild clean build \
230230
-project ReactNativeSdkExample.xcodeproj \
231231
-scheme ReactNativeSdkExample \
232+
-sdk iphoneos \
232233
CODE_SIGN_IDENTITY="" \
233234
CODE_SIGNING_REQUIRED=NO \
234235
CODE_SIGNING_ALLOWED=NO \
235236
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
236237
APPLICATION_EXTENSION_API_ONLY=YES \
237238
IPHONEOS_DEVELOPMENT_TARGET=13.0
238-
ARCHS=arm64
239+
continue-on-error: true
240+
241+
# ARCHS=arm64
239242

240243
# -sdk iphoneos \
241244
# SKIP_INSTALL=NO \

0 commit comments

Comments
 (0)