GitHub actionsのXcode26 beta環境でアプリを配布しようとしたところ、以下のようなエラーが発生し、fastlaneのbuild_appが失敗してしまいました。
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
*** generic:1, platform:iOS ***
Ineligible destinations for the "weatherheadache" scheme:
*** platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device, error:iOS 26.0 is not installed. Please download and install the platform from Xcode > Settings > Components. ***
[06:08:43]: Exit status: 70
なぜかわかりません、iOS26環境のシミュレーターがインストールされていないようです。
ビルドより前の段階で以下のコマンドを実行しiOS26をインストールしておくことでビルドできるようになりました。
xcodebuild -downloadPlatform iOS