xcode 适用于 iOS 11.4 (15F79) 的设备支持文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/50633023/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
device support files for iOS 11.4 (15F79)
提问by Jeffrey Chang
After updated my iPhone to 11.4, I found out that current version (Version 9.3 (9E145)) of Xcode do not have device support files for iOS 11.4 (15F79). Is there anything I can or should do to remedy this issue?
将我的 iPhone 更新到 11.4 后,我发现 Xcode 的当前版本(版本 9.3 (9E145))没有 iOS 11.4 (15F79) 的设备支持文件。有什么我可以或应该做的来解决这个问题吗?
回答by EK Chhuon
Download image file 11.4 (15F79)
Paste it here in your Xcode: Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
将其粘贴到您的 Xcode 中:Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
Also you can download latest and earlier version HERE
您也可以在此处下载最新和早期版本
回答by Obsidian Age
The latest version of XCode(version 9.4) was released on the 29th of May, which has support for iOS 11.4. You simply need to update XCode as well.
最新版本的 XCode(9.4 版)于 5 月 29 日发布,支持 iOS 11.4。您只需要更新 XCode。
XCode 9.4 brings support for:
XCode 9.4 支持:
- Swift 4.1
- iOS 11.4
- watchOS 4.3
- tvOS 11.4
- High Sierra 10.13.4
- 斯威夫特 4.1
- iOS 11.4
- 手表操作系统 4.3
- tvOS 11.4
- 高山脉 10.13.4
回答by s4mt6
Go to Apple Developer site and download Xcode 9.4.zip and decompress it and copy the folder:
前往 Apple Developer 网站并下载 Xcode 9.4.zip 并解压并复制文件夹:
Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.4 (15F79)
Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.4 (15F79)
and paste it into the same directory of your current Xcode folder.
并将其粘贴到当前 Xcode 文件夹的同一目录中。
I recommend to download and use contents from Apple instead from unknown sites.
我建议从 Apple 下载和使用来自未知站点的内容。
回答by Sravan Kumar
iOS 12.0 (16A5288q) device support file
iOS 12.0 (16A5288q) 设备支持文件
https://drive.google.com/open?id=1eQA8-wKd6Zy0BDbQ8MJeupGkpoy1btz8
https://drive.google.com/open?id=1eQA8-wKd6Zy0BDbQ8MJeupGkpoy1btz8
回答by Rajesh Panda
If you not able to locate the Xcode.app in the Application folder, the easiest way is to sudo find / -name Xcode.app -print
and copy the required device support file.
如果您无法在 Application 文件夹中找到 Xcode.app,最简单的方法是sudo find / -name Xcode.app -print
复制所需的设备支持文件。
Please do restart the Xcode to reflect the changes.
请重新启动 Xcode 以反映更改。
回答by Oriel Dayanim
In my case, I didn't want to update my Xcode but my iPhone device updated automatically. So i downloaded the latest XCode from https://developer.apple.com/download/more/
就我而言,我不想更新我的 Xcode,但我的 iPhone 设备会自动更新。所以我从https://developer.apple.com/download/more/下载了最新的 XCode
- Open the archived file using "Right Click" -> "Show package contents".
- Copy the file from Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport to your Xcode.
- Restart Xcode.
- 使用“右键单击”->“显示包内容”打开存档文件。
- 将文件从 Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 复制到您的 Xcode。
- 重新启动Xcode。