简体   繁体   English

对于 iOS 12 beta 设备,如何使用符号链接设备支持从 Xcode 10 到 Xcode 9?

[英]How do I use a symbolically link device support from Xcode 10 to Xcode 9 for iOS 12 beta devices?

有没有人有我需要将设备支持从 Xcode 10 符号链接到 Xcode 9 的路径,以便我可以在 iOS 12 beta 设备上调试使用 Xcode 9 构建的应用程序?

Here is the terminal command for the latest Xcode 10 Beta 4:这是最新的 Xcode 10 Beta 4 的终端命令:

sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.0\\ \\(16A5327d\\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

Also here is an mostly up to date list for other versions: https://gist.github.com/ethanhuang13/b9b4b875db9b49a124e2af194b97be68这里还有其他版本的最新列表: https : //gist.github.com/ethanhuang13/b9b4b875db9b49a124e2af194b97be68

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Xcode 10 beta iOS 12没有显示图像 - Xcode 10 beta iOS 12 not showing images 是否可以在没有 xcode 10 beta 的情况下编译和测试 Ios 12 beta? - Is it possible to compile and test Ios 12 beta without xcode 10 beta? 无效的WatchKit支持-Xcode 10-iOS 12 - Invalid WatchKit Support - Xcode 10 - iOS 12 从 Xcode 4.6.2 部署到 iOS 7(测试版)设备 - Deploy from Xcode 4.6.2 to iOS 7 (beta) device 尝试运行单元测试并获取此消息,并使用未声明的标识符“ QRCLocalizedLabels”(使用XCode 10 Beta 4和iOS 12 Beta 6) - Trying to run unit test and get this message Use of undeclared identifier 'QRCLocalizedLabels' using XCode 10 Beta 4 and iOS 12 Beta 6 如何在 Xcode 12 中使用 iOS 12 模拟器 - how to use iOS 12 simulator in Xcode 12 如何从 Xcode 6.3 中的设备访问 TestFlight Beta 分布式应用程序的崩溃报告而不是 .ips.beta 文件? - How do I access crash reports instead of .ips.beta files for a TestFlight Beta-distributed app from device in Xcode 6.3? Xcode 9.4不支持的iOS 12:无法找到设备支持文件 - iOS 12 not supported by Xcode 9.4 : Could not locate device support files iOS 14 & XCode 12 beta 2 - 从 Firebase 读取数据 - iOS 14 & XCode 12 beta 2 - Reading data from Firebase 如何使用Xcode 7.3为iOS 10设备构建? - How can I build for iOS 10 device with Xcode 7.3?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM