@@ -176,23 +176,23 @@ jobs:
176176 - name : Setup
177177 uses : ./.github/actions/setup
178178
179- - name : Cache turborepo for iOS
180- uses : actions/cache@v4
181- with :
182- path : ${{ env.TURBO_CACHE_DIR }}
183- # path: ~/.cache/yarn
184- key : ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}
185- restore-keys : |
186- ${{ runner.os }}-turborepo-ios-
179+ # - name: Cache turborepo for iOS
180+ # uses: actions/cache@v4
181+ # with:
182+ # path: ${{ env.TURBO_CACHE_DIR }}
183+ # # path: ~/.cache/yarn
184+ # key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}
185+ # restore-keys: |
186+ # ${{ runner.os }}-turborepo-ios-
187187
188188 # - name: Checkout iterable-swift-sdk
189189 # uses: actions/checkout@v4
190190 # with:
191191 # repository: Iterable/iterable-swift-sdk
192192
193- - name : Debug Cache Key
194- run : |
195- echo "Cache key would be: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}"
193+ # - name: Debug Cache Key
194+ # run: |
195+ # echo "Cache key would be: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}"
196196
197197# - name: Check turborepo cache for iOS
198198# run: |
@@ -263,6 +263,11 @@ jobs:
263263 xcodebuild clean build \
264264 -project ReactNativeSdkExample.xcodeproj \
265265 -scheme ReactNativeSdkExample \
266+ CODE_SIGN_IDENTITY="" \
267+ CODE_SIGNING_REQUIRED=NO \
268+ CODE_SIGNING_ALLOWED=NO \
269+ BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
270+ APPLICATION_EXTENSION_API_ONLY=YES \
266271 continue-on-error : true
267272
268273# ARCHS=arm64
0 commit comments