Skip to content

[action] Revert to "-uploadedDate" sort order for app_store_build_num…#29899

Merged
iBotPeaches merged 1 commit into
fastlane:masterfrom
comin-consulting-solutions-public:fix-29897
Feb 10, 2026
Merged

[action] Revert to "-uploadedDate" sort order for app_store_build_num…#29899
iBotPeaches merged 1 commit into
fastlane:masterfrom
comin-consulting-solutions-public:fix-29897

Conversation

@Mik4sa

@Mik4sa Mik4sa commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

Checklist

  • I've run bundle exec rspec from the root directory to see all new and existing tests pass
  • I've followed the fastlane code style and run bundle exec rubocop -a to ensure the code style is valid
  • I see several green ci/circleci builds in the "All checks have passed" section of my PR (connect CircleCI to GitHub if not)
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.
  • I've added or updated relevant unit tests.

Motivation and Context

Resolves #29897

Description

Revert the sort order to -uploadedDate. However, this change alone is insufficient because builds currently being uploaded don't have an uploadedDate yet (it's set to NULL), which would cause them to be sorted to the top. To prevent this, build uploads in the AWAITING_UPLOAD state are excluded.

Testing Steps

Check #29897 for details.

…ber and latest_testflight_build_number action
@Mik4sa Mik4sa marked this pull request as draft February 10, 2026 00:08
@Mik4sa Mik4sa marked this pull request as ready for review February 10, 2026 00:26
@Mik4sa

Mik4sa commented Feb 10, 2026

Copy link
Copy Markdown
Contributor Author

Ok, made some last tests. My use case still works as expected. #29897 should be fixed too. Can be merged once reviewed.

@iBotPeaches

Copy link
Copy Markdown
Member

Thank you! I'll review and cut a release tomorrow if all checks out.

@iBotPeaches iBotPeaches merged commit e7b6447 into fastlane:master Feb 10, 2026
9 checks passed

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Mik4sa 👋

Thank you for your contribution to fastlane and congrats on getting this pull request merged 🎉
The code change now lives in the master branch, however it wasn't released to RubyGems yet.
We usually ship about once a month, and your PR will be included in the next one.

Please let us know if this change requires an immediate release by adding a comment here 👍
We'll notify you once we shipped a new release with your changes 🚀"

@PSchmiedmayer

Copy link
Copy Markdown

Thank you for the fix here @Mik4sa; we are running in an issue which causes our builds can not be uploaded to App Store Connect due to duplicated build numbers. Thank you for tagging a quick release on this @iBotPeaches; greatly appreciated!

@Mik4sa Mik4sa deleted the fix-29897 branch February 10, 2026 21:44
@Mik4sa

Mik4sa commented Feb 10, 2026

Copy link
Copy Markdown
Contributor Author

I'm not sure what you mean. Is there still a problem for you, or has it been fixed with the latest version 2.232.1?

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations! 🎉 This was released as part of fastlane 2.232.1 🚀

@PSchmiedmayer

Copy link
Copy Markdown

It was meant as a thank you for fixing the issue so quickly. We will give it a test once it is available on homebrew; but I think it will resolve our issues.

@github-actions github-actions Bot locked and limited conversation to collaborators Apr 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

latest_testflight_build_number returns non-integer CFBundleVersion after 2.232.0 API switch

3 participants