-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
-
**Is your feature request related to a problem? Please describe.**
Users now have to access directly to the github page to be up to date with the Android app or using tools like obtanium. Would be gr…
-
Please add your application to the catalog on the website https://f-droid.org/
-
## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redirecionam…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version - 2.217
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I r…
-
### Build/Submit details page URL
https://expo.dev/accounts/edilsonlsouza/projects/provedor/builds/98991cb8-ed7c-4353-b88d-e0453c516784
### Summary
I'm trying to build an iOS app from my managed Ex…
-
> 开发过程中经常遇到多个环境切换的问题,手动切换比较麻烦,使用 fastlane 可以快速切换到不同的 env,打包发布的时候可以有时间来上一杯 ☕️,解放这无处安放的 👋
官方有一个例子可以结合使用,但是不喜欢分别在不同的目录初始化一个 fastlane,我喜欢放到一个地方后面方便管理 envs
## TOC
- [TOC](#toc)
- [安装 fastlane](…
-
### Summary
I am unable to build an iOS app because of the following error;
```
[RUN_FASTLANE] ▸ ** ARCHIVE FAILED **
[RUN_FASTLANE] ▸ The following build commands failed:
[RUN_FASTLANE] ▸ …
-
Fastlane is actually pretty annoying.
Whenever I release a Catima update I update the Google Play metadata like such:
```
$ bundle exec fastlane supply --version_code xxx
```
That will fail p…
-
What would be the syntax to patch a package, excluding the contents of the android\build folder?
I tried --exclude "android\build" but it didn't work.