diff --git a/.github/workflows/build-ios-release-pullrequest.yml b/.github/workflows/build-ios-release-pullrequest.yml index 33b673c68..685bd9782 100644 --- a/.github/workflows/build-ios-release-pullrequest.yml +++ b/.github/workflows/build-ios-release-pullrequest.yml @@ -54,14 +54,6 @@ jobs: run: | bundle exec fastlane ios install_pods - - name: Cache CocoaPods Pods - uses: actions/cache@v4 - with: - path: ios/Pods - key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} - restore-keys: | - ${{ runner.os }}-pods- - - name: Get Latest Commit Message id: get_latest_commit_message run: | @@ -110,32 +102,6 @@ jobs: run: | bundle exec fastlane ios setup_provisioning_profiles - - name: Cache Provisioning Profiles - id: cache_provisioning_profiles - uses: actions/cache@v4 - with: - path: ~/Library/MobileDevice/Provisioning\ Profiles - key: ${{ runner.os }}-provisioning-profiles-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-provisioning-profiles- - - - name: Check Cache Status for Provisioning Profiles - run: | - if [ -n "${{ steps.cache_provisioning_profiles.outputs.cache-hit }}" ]; then - echo "Provisioning profiles were restored from cache." - else - echo "No cache found for provisioning profiles. A new cache will be created." - fi - - - name: Verify Provisioning Profiles Exist - run: | - if [ -d "~/Library/MobileDevice/Provisioning Profiles" ]; then - echo "Provisioning profiles are available in the cache." - ls -la ~/Library/MobileDevice/Provisioning\ Profiles - else - echo "Provisioning profiles directory does not exist." - fi - - name: Build App id: build_app run: | diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 90320208a..dabd2aa72 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1650,7 +1650,7 @@ PODS: - Yoga - RNLocalize (3.2.1): - React-Core - - RNPermissions (5.0.2): + - RNPermissions (5.1.0): - React-Core - RNQrGenerator (1.4.2): - React @@ -2270,7 +2270,7 @@ SPEC CHECKSUMS: RNHandoff: d3b0754cca3a6bcd9b25f544f733f7f033ccf5fa RNKeychain: 958a200b26c2df5036222105550290ac0ed98c90 RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc - RNPermissions: 81b5a3e2441f0be92f807519c0a4c4f693b5e57c + RNPermissions: 507c41dcdb4a410199d825aef37a9bb8ea043bfe RNQrGenerator: 5c12ab86443a07e923735800679da7b6fcaaeb31 RNQuickAction: 6d404a869dc872cde841ad3147416a670d13fa93 RNRate: ef3bcff84f39bb1d1e41c5593d3eea4aab2bd73a