升级到 iOS 8.4 后,iPhone 在 Xcode 7 beta2 中成为不合格的设备
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/31151881/
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
iPhone becomes ineligible device in Xcode 7 beta2 after upgraded to iOS 8.4
提问by Lixu
So I'm doing test on my iPhone 6 and everything works just fine with iOS 8.3. After upgrading to 8.4 my device became unavailable. Does anyone know why??
所以我在我的 iPhone 6 上做测试,在 iOS 8.3 上一切正常。升级到 8.4 后,我的设备不可用。有谁知道为什么??
回答by Lixu
Just found out the solution:
刚刚找到解决方案:
Download Xcode 6.4
Go to its content directory: /Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
Copy folder "8.4 (12H141)" which contains the device support to the same path of Xcode 7 beta and it works fine.
下载 Xcode 6.4
转到其内容目录:/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
将包含设备支持的文件夹“8.4 (12H141)”复制到 Xcode 7 beta 的相同路径,它工作正常。
回答by Shafi Ur Rahman
you also need to change the deployment target to 8.4, as by default the version is 9 in Xcode 7 beta
您还需要将部署目标更改为 8.4,因为默认情况下,Xcode 7 beta 中的版本为 9

