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 50d2b44 commit 991e9a3Copy full SHA for 991e9a3
1 file changed
.github/workflows/codeql.yml
@@ -248,16 +248,11 @@ jobs:
248
run: |
249
cd example/ios
250
251
+ codeql database trace-command -- \
252
+
253
xcodebuild clean build \
254
-project ReactNativeSdkExample.xcodeproj \
255
-scheme ReactNativeSdkExample \
- -sdk iphoneos \
- CODE_SIGN_IDENTITY="" \
256
- CODE_SIGNING_REQUIRED=NO \
257
- CODE_SIGNING_ALLOWED=NO \
258
- BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
259
- APPLICATION_EXTENSION_API_ONLY=YES \
260
- IPHONEOS_DEVELOPMENT_TARGET=13.0
261
continue-on-error: true
262
263
# echo 'If you are using a "manual" build mode for one or more of the' \
0 commit comments