Skip to content

Conversation

TCROC
Copy link
Contributor

@TCROC TCROC commented Apr 16, 2025

I have not run all the tests as the comment suggested. To be entirely honest, I'm not sure how. I have only done enough ruby to be dangerous but not enough familiarity to know how to run all the tools fastlane leverages. Anywho, other devs were prompting me that they were encountering this same issue so hopefully this PR resolves it. Besides, I suspect the GitHub pipeline will run any necessary tests. Without further ado:

Altool appears to have changed the format of their cli output. As a result the error regex is no longer matching. This PR simply removes that regex expression. I don't think we should be filtering out errors anyways and should instead log errors verbosely so that the developer can get as much information as possible to debug. This resolves this issue:

#29368

Note the error itself won't be resolved, but it will now properly log the errors so developers can resolve whatever is wrong on their end. In my case I needed to bump my minimum supported OS version and I needed to auth credentials.

@TCROC
Copy link
Contributor Author

TCROC commented Apr 16, 2025

@a11smiles

@TCROC
Copy link
Contributor Author

TCROC commented Apr 16, 2025

My bad. Didn't mean to just empty at you. Anyways a11 confirmed it fixed it on their end as well

@mstrk
Copy link

mstrk commented Apr 19, 2025

I don't think we should be filtering out errors anyways and should instead log errors verbosely so that the developer can get as much information as possible to debug.

I second this. In my case the logs that now appear for me are not fixable in code and after I used this fork I fixed my issue in 2 minutes.

@getaaron getaaron changed the title Fix altool not logging errors [deliver] Fix altool not logging errors Apr 19, 2025
@getaaron
Copy link
Collaborator

There are some cases where this will result in printing too many logs, but for now I want to get the upload errors unblocked.

@getaaron getaaron merged commit 455bb5e into fastlane:master Apr 19, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants