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 2fbebed commit d9807ffCopy full SHA for d9807ff
.github/workflows/codeql.yml
@@ -38,9 +38,6 @@ jobs:
38
# Command-line for building Swift code with CodeQL
39
- name: Build with CodeQL
40
run: |
41
- export XCODE_XCCONFIG_FILE=$RUNNER_TEMP/codeql-xcconfig
42
- echo 'OTHER_CFLAGS=-isysroot $(xcrun --show-sdk-path) -target arm64-apple-ios15.0-simulator' > $XCODE_XCCONFIG_FILE
43
-
44
xcodebuild \
45
-scheme 'Search Ops' \
46
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
0 commit comments