File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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#
You can’t perform that action at this time.
0 commit comments