Tomasz Lizer

Results 12 comments of Tomasz Lizer

I am having same issue as others described for iOS device. I wanted to check real device, because for some reason code coverage is not gathered on simulator. It is...

@adozenlines Author specifically mentioned that tests are being run on CI using fastlane as well as Xcode - architecture difference between those two runs should not exist (unless it is...

> I already reset and change simulator, but for me I saw that the result image from my local and from CI runner is not the same image the resolution...

@alteral Do you think it is fastlane related? Have you tried running it locally? I am facing similar issue recently and what I noticed is that pipeline started to failing...

@alteral In the end I think root cause was similar - we are using github actions too and prelaunching simulator fixed issue on our side. Also that wasn't reproducible locally...

@NghiaTranUIT Was this feature added maybe? I am running `Version 4.11.0 (49200)` and cannot spot it. It would be quite handy to have such predefined groups to peek at :)

Maybe I am doing something wrong, but it does not work for me in latest version. Works for `Pinned` hosts though. But it solves only part of the need :)...

Bump @NghiaTranUIT I am on latest version [4.16.0 (49700)] and it is still not working as expected. Most of the cases I see nothing when focusing folder, but sometimes part...

I have mistakenly created similar issue but in SwiftGen cli repo: https://github.com/SwiftGen/SwiftGen/issues/1075 Generally this is also issue for me in my current project. Command workaround is not best solution since...

I was able to "make it work" by passing hardcoded config to SwiftGen. What I did was to direct output to Plugin output directory. **Pros**: - works **Cons**: - No...