10
6

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.

iOS14.6をXcodeでビルドしたい時にUnsupprted OS versionになってしまうのを回避するやり方

Last updated at Posted at 2021-07-01

#事象
iOS14.6にアップデートしちゃったけど、Xcode上で「Unsupprted OS version」と表示されビルド出来ない。

01.png

#対処策
Device Supportのフォルダの"14.5"を複製し、"14.6"にリネームする。
"14.5"が無い場合は、Xcode 12.5.1をダウンロードしてから抽出する。

#手順

  1. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/ 配下で14.5を複製する
    02.png
    03.png

  2. Xcodeを再起動すると警告が消えている
    04.png

#参考記事
https://stackoverflow.com/questions/67863355/xcode-12-4-unsupported-os-version-after-iphone-ios-update-14-6

#所感
毎回困るんだよな。、やり方が裏技っぽいのでもう少しわかりやすくしてくださいよ。。

10
6
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
10
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?