I'm encountering an issue with the fastlane print_latest_build action. Until recently, it was working correctly, but now it suddenly fails with the following error:
Spaceship::ConnectAPI::APIClient#handle_response: [!] The specified resource does not exist - There is no resource of type 'apps' with the provided ID ******* (Spaceship::UnexpectedResponse)
Fastlane: 2.232.1
It seems that Spaceship cannot find the app resource when using latest_testflight_build_number, even though it existed and worked previously. I’m not sure what changed or how to fix this.