Coder Social home page Coder Social logo

Comments (3)

fastlane-bot avatar fastlane-bot commented on April 19, 2024

It seems like you have not included the output of fastlane env
To make it easier for us help you resolve this issue, please update the issue to include the output of fastlane env πŸ‘

from fastlane.

fastlane-bot avatar fastlane-bot commented on April 19, 2024

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment πŸ‘

Friendly reminder: contributions are always welcome! Check out CONTRIBUTING.md for more information on how to help with fastlane and feel free to tackle this issue yourself πŸ’ͺ

This issue will be auto-closed if there is no reply within 1 month.

from fastlane.

rogerluan avatar rogerluan commented on April 19, 2024

Figured it out: you need to have the folder hierarchy in this particular way:

fastlane/
β”œβ”€ Fastfile
β”œβ”€ metadata/
β”‚  β”œβ”€ default/
β”‚  β”‚  β”œβ”€ release_notes.txt
β”‚  β”‚  β”œβ”€ title.txt
β”‚  β”‚  β”œβ”€ subtitle.txt
β”‚  β”‚  β”œβ”€ all-other-files-go-in-here...
β”‚  β”œβ”€ en-US/
β”‚  β”‚  β”œβ”€ DO-NOT-DELETE-THIS-FOLDER.txt
β”‚  β”œβ”€ es-MX/
β”‚  β”‚  β”œβ”€ title.txt
β”‚  β”œβ”€ fr/
β”‚  β”‚  β”œβ”€ title.txt
  • The default folder is the one that will be used to populate all languages. It must be named default, instead of e.g. en-US.
  • The en-US folder must exist, and must contain at least 1 file inside of it if you want git to store the folder in git. I recommend adding a text file with instructions to not delete the file or its containing folder, to avoid issues.
  • The remaining languages may have optional files for everything that needs to be customized.

from fastlane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.