Skip to content

Commit 50d2b44

Browse files
switching back to manual build inside the init state and commenting out the separate build step.
1 parent 04bad05 commit 50d2b44

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -270,21 +270,21 @@ jobs:
270270
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
271271
# echo "${{ env.TURBO_CACHE_DIR }}"
272272

273-
- name: Build example for iOS
274-
run: |
275-
cd example/ios
276-
277-
xcodebuild clean build \
278-
-project ReactNativeSdkExample.xcodeproj \
279-
-scheme ReactNativeSdkExample \
280-
-sdk iphoneos \
281-
CODE_SIGN_IDENTITY="" \
282-
CODE_SIGNING_REQUIRED=NO \
283-
CODE_SIGNING_ALLOWED=NO \
284-
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
285-
APPLICATION_EXTENSION_API_ONLY=YES \
286-
IPHONEOS_DEVELOPMENT_TARGET=13.0
287-
continue-on-error: true
273+
# - name: Build example for iOS
274+
# run: |
275+
# cd example/ios
276+
#
277+
# xcodebuild clean build \
278+
# -project ReactNativeSdkExample.xcodeproj \
279+
# -scheme ReactNativeSdkExample \
280+
# -sdk iphoneos \
281+
# CODE_SIGN_IDENTITY="" \
282+
# CODE_SIGNING_REQUIRED=NO \
283+
# CODE_SIGNING_ALLOWED=NO \
284+
# BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
285+
# APPLICATION_EXTENSION_API_ONLY=YES \
286+
# IPHONEOS_DEVELOPMENT_TARGET=13.0
287+
# continue-on-error: true
288288

289289
# ARCHS=arm64
290290
#

0 commit comments

Comments
 (0)