简体   繁体   中英

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:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM