Xcode iOS12.3DeveloperDiskImage真机调试镜像安装指南
路径参考:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/对应版本/
示例:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3.1 (14E8301)/DeveloperDiskImage.dmg
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3.1 (14E8301)/DeveloperDiskImage.dmg.signature
安装步骤:
1. 打开终端,使用如下命令:
ideviceimagemounter -t Developer /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3.1 (14E8301)/DeveloperDiskImage.dmg.signature
2. 确保路径和版本号正确匹配当前的iOS版本。
注意事项:
- DeveloperDiskImage文件必须与iPhone的iOS版本相匹配,否则调试时会出现错误。
- 路径中的版本号要根据iPhone实际的系统版本来替换,例如iOS 12.3需要对应的调试镜像版本。
12.57MB
文件大小:
评论区