首页 > 代码库 > Xcode iOS9.3 配置包 iOS10.0 配置包 iOS10.2 配置包 could not find developer disk image

Xcode iOS9.3 配置包 iOS10.0 配置包 iOS10.2 配置包 could not find developer disk image

在Finder状态下前往目录。快捷键:shift+command+G,填写路径/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
技术分享

点击前往??
技术分享
这时候我们把资源包放在DeviceSupport目录以下,重新启动xcode就可以。

附下载地址:
iOS9.3 SDK:http://download.csdn.net/detail/yangbenben8866/9472139
iOS10.0 SDK:http://download.csdn.net/detail/yangbenben8866/9647464
iOS10.2 SDK:http://download.csdn.net/detail/yangbenben8866/9747032

<script type="text/javascript"> $(function () { $(‘pre.prettyprint code‘).each(function () { var lines = $(this).text().split(‘\n‘).length; var $numbering = $(‘
    ‘).addClass(‘pre-numbering‘).hide(); $(this).addClass(‘has-numbering‘).parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($(‘
  • ‘).text(i)); }; $numbering.fadeIn(1700); }); }); </script>

Xcode iOS9.3 配置包 iOS10.0 配置包 iOS10.2 配置包 could not find developer disk image