Connor Tumbleson

Results 630 comments of Connor Tumbleson

> I'm trying to think of a solution which would maintain backwards compatibility. There are some helpful helpers for like xcode_version, etc. If you need to invoke different logic on...

cool! If anyone chimes in and it works for them, that helps me a lot. Don't do too much simulator stuff to confidently have a strong understanding of day to...

Drafting as I made an implicit requirement on Mac with this change. I was unaware that this tool worked on non-mac. I will revisit my diff.

It now just moves the endpoint to check error count vs exit code.

I imagine this PR and this one have to go at same time? https://github.com/fastlane/frameit-frames/pull/35

The story here is crazy - lets get this branch up to date and I'll take a serious look at it. #29738 built off #22041 which built off #21180 which...

What I'm nervous about and I'm unsure if unbounded is I vaguely remember build 0 being invalid with Apple. So if you need 1 to start at - you either...

I see, so is the issue more-so that `latest_testflight_build_number` is returning `1` if none? It might have to return like `nil` for a case where no builds exist, so there...

At the moment it seems we are on an older version of `xcodeproj` which holds on `rexml - 3.2`, so need to upgrade to a modern `xcodeproj` first to relax...

Could you give my branch a test and let me know? I moved it towards parsing errors detected as it seems Xcode 26 returns a 0 exit code despite a...