The version of iOS on “mydevice_name” is not supported by this installation of the iOS SDK

时光总嘲笑我的痴心妄想 提交于 2019-12-07 03:41:46

问题


I have just updated my iPad with iOS 7.0 (11A465), and as per the instructions I have installed the iTunes compatible with it ie 11.1, but my iPad is not getting detected in xCode. my xCode version is 4.6.3.

and organizer shows message as below:

The version of iOS on “myDevice_Name” is not supported by this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.

OS Installed on myDevice_Name iPad 7.0 (11A465)

Xcode Supported iOS Versions

I stuck in this problem, even I am getting problem for testing my apps on device, so please help me out for this issue.

Thank you..


回答1:


XCode 4.6.3 comes with iOS6.1, hence XCode will not detect your iOS7 device. It can detect any device with iOS version <= iOS6.1 and allow you to use it for development.

If it is just matter of installing app on your iPad, you can use iTunes for that. But if you want to connect device to XCode for debugging or using Instruments then you will need to upgrade to XCode5.


EDIT

There seems to be this workaround that has worked for few people. But it still requires installing Xcode 5. Xcode does not recognise a device with higher iOS version than available with it.

Hope that helps!



来源:https://stackoverflow.com/questions/18959203/the-version-of-ios-on-mydevice-name-is-not-supported-by-this-installation-of-t

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!