Petr Chmelař

Results 12 comments of Petr Chmelař

Is this possible now (after changes in https://github.com/krzysztofzablocki/Sourcery/pull/1037) ? 🤔

`rnv export` doesn't work for me, I ended up using `rnv build -p tizen -s release`

I was on 1.16.0 and was experiencing problems in Xcode 14 beta 3, updating Atlantis to 1.18.x fixed the issue 👍

Just bumped into this as I'm experimenting with Fastlane.swift via SPM. Would be helpful to merge this, so we can define custom `beforeAll` / `afterAll` etc @joshdholtz What do you...

I just discovered that when `swift run fastlaneRunner lane [yourLane]` fails with some error the exit code is 0. This present a serious issue when running on CI, as the...

Bump, can we please merge this? It's the only major issue preventing us from using Fastlane.swift in production 😿 cc @mollyIV @janpio @joshdholtz

@rogerluan @lacostej Can we please merge this? 🙏 Is there anything that needs to be done?

If anyone is using the temporary workaround from https://github.com/DroidKaigi/conference-app-2022/pull/88, please note that in Xcode 14 you have to add `.filter { FileManager.default.fileExists(atPath: $0.string) }` 🙂