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

More than 3 years have passed since last update.

Xcode12.1で動かしていたが、iOS14.2のシミュレータが見つからなかった。

Posted at

解決策

XCode12.1にはiOS14.2のシミュレータは含まれていない。XCode12.2以降を使う。どのXCodeにどのSimulatorが含まれているか、およびXCodeの詳細情報はApple公式でチェックできる。

補足

なお、アプリはXcode12.1でビルドしたいが、シミュレータは(XCode12.2以降にしか存在しない)iOS14.2のものでやりたい、という場合は、以下のような少しトリッキーな技が使える。

Xcode 11でビルドしたアプリをiOS 14 betaシミュレータ上で動かす方法

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