问题
I trying to connect my device iPAD (iOS 6.0)
to the X-code(4.2 with iOS 5.0)
but device is not been detecting..I have made all the changes..Device can been seen in the Organizer
but not in the X-code.I have taken Provisional certificate and keychain certificate both are valid. now In Xcode In Build Identifier
I have edited ,Even Made changes in Code Signing identity
of the Target and my app .What more changes do it required.
Base SDK
of the Target Device is 5.0 ,Would it be possible to run from lower to high configuration..
Even I have Tried all the previous post related to this question but does not work for me...
回答1:
From the image you have attached in comments, it is pretty clear that the iPad had been recently upgraded to iOS 6.0.1 and since your version of Xcode is 4.2, it supports only devices with version up to 4.2. You can either restore the device version as mentioned there or install a new Xcode and iOS SDK which supports iOS 6.0.1.
It might have been working earlier when the iPad OS version was iOS 5.0 or below.
For adding using iTunes, check this and for iPhone Configuration Utility check this and this
回答2:
XCode 4.2 does not support iOS6. If you don't want to update your XCode, a way to put your app into your iOS6 iDevice, is by using iTunes or iPhone Configuration Utility
来源:https://stackoverflow.com/questions/14379011/xcode-4-2-not-detecting-deviceios6