Running script '[CP] Embed Pods Frameworks' will time out

Running script ‘[CP] Embed Pods Frameworks’ will time out

Description of the issue

The issue is that the script ‘[CP] Embed Pods Frameworks’ never finish. I am running fastlane match using Fastfile on bitrise and it times out. However, everything works fine when I run the same Fastfile locally. I thought it could be a problem with the fastlane version and tried to use the same fastlane as local, but that did not solve the problem.

Environment:

fastlane version: 2.177.0
ruby version: 2.6.5

Bitrise.yml:

release:
    steps:
    - activate-ssh-key@3.1.1:
        run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
    - git-clone@3.6.2: {}
    - cache-pull@2: {}
    - certificate-and-profile-installer@1.9.2: {}
    - script@1:
        inputs:
        - content: |-
            #!/usr/bin/env bash
            # fail if any commands fails
            set -e
            # debug log
            set -x

            # write your script here
            bundle install
            bundle exec fastlane release environment:ci

        title: fastlane
    - deploy-to-bitrise-io@1.3.9: {}
    - cache-push@2:
        is_always_run: true
        inputs:
        - cache_paths: |-
            Pods -> Podfile.lock
            Carthage -> Cartfile.resolved
            vendor/bundle -> Gemfile.lock

fastlane match

+--------------------------------+-------------------------------------------------+
|                            e[32mSummary for match 2.177.0e[0m                     |
+--------------------------------+-------------------------------------------------+
| api_key                        | ********                                        |
| app_identifier                 | ["jp.co.***"]                                   |
| type                           | appstore                                        |
| readonly                       | true                                            |
| generate_apple_certs           | true                                            |
| skip_provisioning_profiles     | false                                           |
| username                       | **********                                      |
| team_id                        | **********                                      |
| storage_mode                   | git                                             |
| git_url                        | ****************************************        |
| git_branch                     | master                                          |
| shallow_clone                  | false                                           |
| clone_branch_directly          | false                                           |
| keychain_name                  | *********                                       |
| keychain_password              | ********                                        |
| force                          | false                                           |
| force_for_new_devices          | false                                           |
| skip_confirmation              | false                                           |
| skip_docs                      | false                                           |
| platform                       | ios                                             |
| derive_catalyst_app_identifier | false                                           |
| fail_on_name_taken             | false                                           |
| skip_certificate_matching      | false                                           |
| skip_set_partition_list        | false                                           |
| verbose                        | false                                           |
+--------------------------------+-------------------------------------------------+

Build log

[05:31:14]: e[35me[33m▸e[0m e[39;1mRunning scripte[0m '[CP] Embed Pods Frameworks'e[0m
timeout after 5400 seconds

Hello there @yamano_h :wave:

Can you please send us the log file or the URL of the related build and also enable Support Access on the Settings tab of the app ( Enabling the Bitrise Support user for your app | Bitrise DevCenter ) so that we can take a more in-depth look? :slight_smile:

Thank you for replying @Roland-Bak !

The related build is here. And I enable Support Access. Please confirm it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.