Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unable to load contents of file list #111

Open
tomruijgrok opened this issue Oct 12, 2023 · 0 comments
Open

Error: Unable to load contents of file list #111

tomruijgrok opened this issue Oct 12, 2023 · 0 comments

Comments

@tomruijgrok
Copy link

tomruijgrok commented Oct 12, 2023

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/[email protected]
         with:
            lane: 'beta'
            subdirectory: 'app/ios'

btw I am using React Native.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant