iOS 10.1(完整版本)与最新版本的Xcode不兼容

时间:2016-10-25 07:12:42

标签: ios xcode compatibility

我需要使用IOS 10.1完整版本来运行我正在构建的应用程序。如何使最新版本的Xcode(版本8.1)与IOS 10.1完整版本一起使用?

3 个答案:

答案 0 :(得分:1)

Xcode 8.1目前只在Gold Master。您将不得不等待8.1的“完整”版本,该版本将在App Store上提供,在此之前您必须使用8.0来存档您的项目。

答案 1 :(得分:1)

FWIW这个gist通过符号链接到Xcode的Beta版提供了解决方法。

复制参考:

// The trick is to link the DeviceSupport folder from the beta to the stable version.

ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.1\ \(14B54\)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

// Then restart Xcode and recommect your devices. You will need to do that for every beta of iOS 10.1+/Xcode 8.

// sudo needed if you run the Mac App Store version. Always download the dmg instead... you'll thank me later :)

答案 2 :(得分:0)

您可以在此处使用Xcode 8.1 beta 3在iOS 10.1设备上构建: https://developer.apple.com/news/?id=09212016a