File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,24 +184,9 @@ jobs:
184184 - name : Checkout react-native-sdk
185185 uses : actions/checkout@v4
186186
187- - name : Clean DerivedData folder
188- run : |
189- rm -rf ~/Library/Developer/Xcode/DerivedData/*
190-
191187 - name : Setup
192188 uses : ./.github/actions/setup
193189
194- - name : Cache cocoapods
195- if : env.turbo_cache_hit != 1
196- id : cocoapods-cache
197- uses : actions/cache@v4
198- with :
199- path : |
200- **/ios/Pods
201- key : ${{ runner.os }}-cocoapods-${{ hashFiles('example/ios/Podfile.lock') }}
202- restore-keys : |
203- ${{ runner.os }}-cocoapods-
204-
205190 - name : Install cocoapods
206191 if : env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
207192 run : |
@@ -228,17 +213,8 @@ jobs:
228213 shell : bash
229214 run : |
230215 cd example/ios
216+ yarn build
231217
232- xcodebuild clean build \
233- -workspace ReactNativeSdkExample.xcworkspace \
234- -scheme ReactNativeSdkExample \
235- CODE_SIGN_IDENTITY="" \
236- CODE_SIGNING_REQUIRED=NO \
237- CODE_SIGNING_ALLOWED=NO \
238- BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
239- APPLICATION_EXTENSION_API_ONLY=NO
240-
241- yarn add -D @react-native-community/cli
242218 continue-on-error : true
243219
244220 - name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments