Richard B.
Richard B.
As the screen name is determined using the filename part after the first dash: https://github.com/fastlane/fastlane/blob/f6535e10ca43d865a762ade9b9f1f1805966de07/snapshot/lib/snapshot/reports_generator.rb#L35 I think a more robust/durable fix is to remove the available_devices list, and get the...
Nearly the same issue, but a little worst, "iPhone SE (3rd generation)" is considered as an "iPhone SE", and screen names gets prefixed with "(3rd generation)" (edit : and thus...
a more "permanent" fix : https://github.com/fastlane/fastlane/pull/20951#issuecomment-1641828125
you have https://github.com/TitouanVanBelle/XCTestHTMLReport or https://github.com/fastlane-community/trainer as alternative, preferences for XCTestHTMLReport to have nice html generated report (with screenshots) which mimics "Xcode test panel"
same crash as here : https://github.com/daltoniam/Starscream/pull/777
Sure the project is 15k lines of swift. I don't want my unit tests to be runned slower (neither IBInspectable/SwiftUI previews builds)... I think it is wasteful to upload symbols...
> The reason we don't tell devs to check the "For install builds only" option is because many devs want crashes to show up in development, and first time onboarding...
> It also doesn't do that every time, sometimes it is done without me noticing. random issue, hardest one to fix, 100% cpu means an infinite loop, but why such...
maybe gathering a sample (from Activity Monitor) could give some clue
you could try using : https://github.com/openium/AlamofireObjectMapper