Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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...

share|improve this question
In organizer is it showing a green dot or yellow dot against the device when it is connected? Any screenshot available? – ACB Jan 18 at 9:06
it is yellow dot , but provisional certificate is valid one – Christien Jan 18 at 9:08
Is there a message that it does not match any of the versions of iOS supported for development with this installation of the iOS SDK? If I am correct Xcode 4.2 wont support devices with OS > iOS 5.0. – ACB Jan 18 at 9:12
no actually few days it was working fine... and I was testing my app that time my device got hanged (in app) and I restated the device but after that this problem created, device is not been detecting in Xcode.. – Christien Jan 18 at 9:17
1  
@MartinR how can i put my app from\ iTunes or iPhone Configuration Utility – Christien Jan 18 at 9:46
show 6 more comments

2 Answers

up vote 1 down vote accepted

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

share|improve this answer
no as i said ...i didn't make any update that hang created this problem..I think now I should restore the iOS – Christien Jan 18 at 9:47
I am not sure how it worked for you. After that hang, probably the device got updated somehow? – ACB Jan 18 at 9:49
no i am not sure...and also how can i put your app into your iOS6 iDevice, is by using iTunes or iPhone Configuration Utility – Christien Jan 18 at 9:50
For adding using iTunes, check this help.apple.com/iosdeployment-apps/mac/1.1/#app43ad7eed and for iPhone Configuration Utility check help.apple.com/iosdeployment-apps/mac/1.1/#app43ad6ebd and developer.apple.com/library/ios/#featuredarticles/…. I am not sure these two methods will work since the Xcode is an old version and you have to create ipa file for iOS 6.0. Try it out. – ACB Jan 18 at 9:54
1  
@Christien, There is a small tick mark next to the answer which you can use to express your gratitude.. :) – ACB Jan 28 at 6:30
show 2 more comments

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

share|improve this answer
hey few days back It worked for me..and I want to put app to for testing purpose ..what should i do – Christien Jan 17 at 12:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.