2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Xcode26beta: GitHub actionsでiOS 26.0 is not installed.エラー

Posted at

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
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?