We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8550a commit fab7e5aCopy full SHA for fab7e5a
1 file changed
.github/workflows/codeql.yml
@@ -227,6 +227,10 @@ jobs:
227
228
- name: Build example for iOS
229
run: |
230
+ nmp install -g react-native-cli
231
+
232
+ react-native --version
233
234
react-native build-ios --scheme ReactNativeSdkExample --mode Debug --extra-params "-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
235
236
exit 1
0 commit comments