14
7

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 5 years have passed since last update.

Xcode8でiOS11beta端末の動作確認がしたい(iOS11実機ビルドしたい)Could not locate device support files.エラー

Posted at

概要

  • そろそろiOS11が正式にリリースされそうですね:runner_tone3:
  • Xcode9 betaで計画的に開発を進めている方々もいると思いますが、

:fearful: 「Xcode9&iOS11対応は全然間に合わない・・うぅ・・」
:mask: 「とりあえず現状のXcode8でビルドしたPKGがiOS11betaで動くか確認だけしておこう・・」
っていう人もいると思います。

→しかし、Xcode8でiOS11を接続してビルドはできません:joy::joy::joy:

想定利用パターン

とりあえずiOS11 beta動作確認しようとしてみる

  • パターン1
  • →普通にAppStoreに上がってるPKGをiOS11beta端末にインストール
「あぁぁああああ!!全然動かないぃいい!!!画面ぶっ壊れてる・・・直したい・・・
↓
「デバックしてみよ」
↓
iOS11beta端末を繋いで、Xcode8でデバックしようとしてみる・・
↓
!!!!!!
  • パターン2
  • →Xcode8にiOS11端末接続してビルド
iOS11beta端末を繋いで、Xcode8でビルドしようとしてみる・・
↓
!!!!!!

↓↓↓↓↓
Xcode8はiOS11端末を認識してくれません・・:eye::eye:
「Could not locate device support files.」

(昔は、「Could not find Developer Disk Image」とかだったかな?)

:fist: →裏技 :fist:

以下の手順で、とりあえずできるようになります。
(現状できていますが、今後の保障はできません)

事前準備

作業

  • ダウンロードしたファイルとかから、「パッケージの内容を表示」を開く

以下のファイルを探す

  • 「Xcode-beta.app→Contents→Developer→Platforms→iPhoneOS.platform→DeviceSupport→11.0」
  • (/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport)
    image.png

↓↓↓↓その「11.0」フォルダごと、既存のXcode8のフォルダに突っ込む↓↓↓↓

  • Xcode再起動

→これで無事に認識してくれるようになります。

:bow:おつかれさまでした:bow:

14
7
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
14
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?