-
### 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 [doc…
-
Making http requests in serial is extremely slow. If we really need a pure ruby solution, we should at least be using [net-http-persistant](https://github.com/drbrain/net-http-persistent). If we can g…
-
>I am a Flutter project, I did not use the build_app command, I used the Flutter build ipa, he prompted me "No ipa or pkg file given", no matter I set the ipa pth or not, it keeps prompting this, I fe…
-
Hi. I am running `xcov` within GitHub Actions right after my test step and I keep seeing the error `[!] Could not find option 'workspace' in the list of available options:`
1. I ran this command: …
-
昨天写了个自动化初始评论的脚本
```ruby
username = "draveness" # GitHub 用户名
new_token = "xxxxxxx" # GitHub Token
repo_name = "github-comments-repo" # 存放 issues
sitemap_url = "https://draveness.me/sitemap.xml"…
-
### Discussed in https://github.com/fastlane/fastlane/discussions/20464
Originally posted by **michaelmoneypenny** July 13, 2022
For some reason fastlane has started ignoring the dynamic versi…
-
My FastLane build lane looks like this:
```
platform :android do
desc 'Deploy a new internal version to the Google Play Store'
lane :internal do
gradle(
task: 'bundle',
bu…
-
# _STATUS: [exists on master, undocumented](#issuecomment-832946740)_
A few use cases have come up over time for making arbitrary HTTP requests to the server, that probably don't justify builtin me…
cben updated
11 months ago
-
### Issue Description
I can't build app via fastlane
##### Command executed
`fastlane ios build`
##### Complete output when running fastlane, including the stack trace and command used
[15:…
-
Is there a way to expose the exceptions and allow callers to capture and handle appropriately? Right now running a select_all on a rogue query quietly fails saying it got 0 results, as opposed to fail…