随分前のエントリーの焼き直しですw
諸般の事情によりYosemiteにはまだしばらく上げられないためXcode6.2をもう少し使い続けないといけないのですが、手元のiPhoneをうっかりiOS 8.3にアップしてしまった。やおら開発中のアプリを実機転送しようとしたら
cannot find developer disk image in `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport' for version `8.3'
↑はRubyMotionでの出力ですが、Objective-CやSwiftで普通に開発してる場合でもこのエントリーは役に立つはずです( ˘ω˘)
- Xcode6.3のインストーラをDevCenterからダウンロードします。
- dmgファイルをダブルクリックしてマウントします
- 下記コマンドを実行してiOS8.3のDeviceSupportファイルをXcode6.2の中にコピーします
sudo cp -r /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/8.3\ \(12F69\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
以上です。
Yosemiteに上げるまでこれで頑張りましょうヽ(´ー`)ノ
コメントする