4
3

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.

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

Posted at

#事象
iOS15.1にアップデートしちゃったけど、Xcode上で「Unsupprted OS version」と表示されビルド出来ない。
前回と同じようなネタだけど再現したため投稿。

01.png

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

#手順

  1. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/ 配下で15.0を複製する
    スクリーンショット 2021-11-09 13.51.04.png
    スクリーンショット 2021-11-09 13.51.15.png

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

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

#所感
やり方が毎回裏技すぎて草。

4
3
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
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?