mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The Fastfile called wait_for_build_processing_to_be_complete, which isn't a built-in fastlane action and isn't published as a plugin anywhere on rubygems. The submit_review lane has therefore failed on every release that reached it (v0.1.65-beta.1, v0.1.66, v0.1.67). Replace it with a direct Spaceship::ConnectAPI poll: fetch the build matching the latest TestFlight build number, wait until its processing_state is VALID, then hand off to deliver. 30-minute cap with a clear failure message on INVALID/FAILED or timeout. Spaceship ships with fastlane so no plugin or extra gem is required. Lands in the next release; v0.1.67 needs a manual review submission from App Store Connect.