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 6029f2f commit 21167cdCopy full SHA for 21167cd
.github/workflows/codeql.yml
@@ -229,15 +229,15 @@ jobs:
229
xcodebuild clean build \
230
-project ReactNativeSdkExample.xcodeproj \
231
-scheme ReactNativeSdkExample \
232
- -sdk iphoneos \
+# -sdk iphoneos \
233
CODE_SIGN_IDENTITY="" \
234
CODE_SIGNING_REQUIRED=NO \
235
CODE_SIGNING_ALLOWED=NO \
236
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
237
APPLICATION_EXTENSION_API_ONLY=YES \
238
- SKIP_INSTALL=NO \
+# SKIP_INSTALL=NO \
239
IPHONEOS_DEVELOPMENT_TARGET=13.0
240
- ARCHS="arm64 x86_64"
+ ARCHS=arm64
241
242
# yarn add @iterable/react-native-sdk
243
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
0 commit comments