Skip to content

Error: Unable to load contents of file list #111

@tomruijgrok

Description

@tomruijgrok

I am running into an issue where I can't archive my app. Fastlane works locally on my computer. When I use this action I get the following error:
error: Unable to load contents of file list: '/Target Support Files/Pods-learningtogether/Pods-learningtogether-frameworks-Release-input-files.xcfilelist' (in target 'learningtogether' from project 'learningtogether')

My .yml file looks like this:

name: build-ios 
    on:  
      workflow_dispatch: # To trigger manual build
        release:
          types: [published] 
      jobs:
        build:
    defaults:
      run:
        working-directory: app
      runs-on: macos-latest
        env:
          FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
          FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{             
          secrets.FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}
    steps:
       - uses: actions/checkout@v3
       - uses: ruby/setup-ruby@v1
         with:
            ruby-version: '3.0'
            bundler-cache: true
            working-directory: 'app/ios'
       - uses: maierj/fastlane-action@v3.0.0
         with:
            lane: 'beta'
            subdirectory: 'app/ios'

btw I am using React Native.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions