Roger Oba
Roger Oba
I actually added a new remote to my fork, merged all the changes together in a local branch and tested it out: Seems to be working great 🙌 Neat message...
Thank you! 💪 Since this PR is already up from a fork, I'll leave the things as is for now, and only merge it in once the base PR has...
Apparently the agent is trying to run the iOS 7.x simulator, but it couldn't find it... So it's returning that failure. 😞
@blesson3 Answering specifically the documentation concerns, the regular parameters/options/descriptions documentation will be autogenerated from the lane metadata. However, I agree with you that extra documentation would be super helpful here,...
The spec failure that is happening in this PR also happens in master, and it may be something related to recent changes on Apple's end 😬
It's weird: - Locally, on my machine, a lot of specs fail both in this PR as well as in master, same for rubocop violations - In CI, master seems...
Ugh, so, locally, here's the breakdown: - Ruby 3.1.x: a bunch of linter and specs issues - Ruby 3.x.x: linter and specs are all passing - Ruby 2.7.x: linter and...
Oops, forgot to address the "no binary" issue. Gimme a few mins
Done @revolter 😊 Nice catch! ---- Also: https://github.com/xcpretty/xcode-install/commit/43328e923c682b7c0f30d806d03449e810738123
@revolter would you mind helping me understand what's failing in the CI specs? I added comments about it [here](https://github.com/fastlane/fastlane/pull/20672#issuecomment-1252236081) and I'm still clueless on how to solve this 😿