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 6388dad commit 3e7ad7aCopy full SHA for 3e7ad7a
.github/workflows/codeql.yml
@@ -227,8 +227,10 @@ jobs:
227
228
- name: Build example for iOS
229
run: |
230
- npm install -g react-native-cli
+ npm uninstall -g react-native-cli @react-native-community/cli
231
232
+ npm install --save-dev @react-native-community/cli-platform-ios
233
+
234
react-native --version
235
236
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"
0 commit comments