Connor Tumbleson
Connor Tumbleson
It skips test - so of course there could be a fatal flaw if the tests aren't passing. You are on our own with that build.
I'm not sure at first glance what fastlane is supposed to change here - you are getting warnings from other tools for not incrementing values that cannot be re-used (ie...
I wonder if this is another regression from the new altool. Could you try falling back to the older version to see? Set this ENV ``` DELIVER_ALTOOL_ADDITIONAL_UPLOAD_PARAMETERS="--use-old-altool" ```
> [@iBotPeaches](https://github.com/iBotPeaches) We'll give that a try. Are you suggesting that would result in a successful upload, or that it would cause the error to display? I think it would...
As I predicted then new `altool` needs some work on both Apple's front (due to mixing bundles that are prefixed the same) on top of the changes in fastlane to...
I thought I responded to this issue, but put my response in the [duplicate](https://github.com/fastlane/fastlane/issues/29739#issuecomment-3476538733). tldr; Pre Xcode 26 - `*** Error` Xcode 26 - `ERROR` Messes up our regex I...
> If someone could explain what this resolution achieves, I'd be grateful! Generally it just passes an additional flag onward which instructs tooling to use the older version of `altool`...
I'm going to close this out as all seems resolved. This was a bug in the newer versions of altool, which have since been fixed by Apple. There are plenty...
thanks!! I see all the Copilot comments are pretty minor. So best I understand for this - for some reason Apple servers no longer allow G2 as a filter -...
What version of gem is your `aws-sdk-s3` and what version of Ruby? I believe our minimum in the last release went to 1.197, but that moved the minimum to Ruby...