I recently reinstalled OSX. It has been a pain rounding up all of my certificates, etc, but I finally am back. However, when trying to install an app on either of two iPhones 3G's I have, they both say:

Software version: 4.2.1 (8C148) | XCode cannot find the software image to install this version. | Could not support development.

What is going on? Both iPhones list themselves as up to date in iTunes, and iOS developer's center only lists 4.2 as the available SDK.

EDIT: I do have a paid membership, and I have recently had test apps installed on both of these devices.

UPDATE: I removed all 3 ( the 2 included ) of my devices from the provisioning portal, and deleted them from the organizer, closed XCode, detached device, restarted, plugged in device, no luck.

link|improve this question

feedback

5 Answers

up vote 11 down vote accepted

Classic ;-)

  1. connect the iphone
  2. Go to Xcode -> Window -> organizer
  3. find your iphone and press "Use for development"

  4. As Jacob said: try adding / removing your device as well

If you still get this error you have an out of date XCode

link|improve this answer
I'm in the organizer, that is where these errors are popping up. I had initially done that before the reinstall, but the option isn't there. – Josh Jan 10 '11 at 23:18
I just checked the info, holy crap my XCode is version 3.2.5! I must not have updated after the reinstall T_T – Josh Jan 10 '11 at 23:22
Oh wait, that is the new one, isn't it :p How do I tell if my iOS SDK is the most recent version? – Josh Jan 10 '11 at 23:23
Well, I again have no clue, I tried a quick scratch app and it installed perfectly. I'll just have to mess with it some more. – Josh Jan 10 '11 at 23:41
3  
Removed and re-added device from organizer. Xcode v4.2.1 – Jacob Jan 30 at 19:13
show 1 more comment
feedback

I just got this error with Xcode 4.0.2 and an iPhone 3G running 4.2.1 (the final 4.x allowed on a 3G). I restarted Xcode and it went through the process of collecting debug information, then gave me a green light. Other answers here say that you may also need to quit iTunes for this to work.

Conclusion: Try restarting Xcode. Quit iTunes first if it was open.

link|improve this answer
4  
@neven Just had this issue and restarted. Good thing I checked before just reinstalling everything. Thanks. – Mark Reid Aug 31 '11 at 12:30
Haha, you're welcome. Glad to have saved you an hour of looking at a progress bar! – nevan king Aug 31 '11 at 16:57
3  
A simple restart made it for me too. – Dirty Henry Oct 23 '11 at 19:16
1  
A restart worked for me too! Whew. – James Skidmore Jan 9 at 4:22
2  
Restarting Xcode worked for me. What is this, Windows? – Jamie Forrest Mar 23 at 20:56
show 2 more comments
feedback

I had the same problem with IOS 5.0.1 and Xcode 4.2. I restarted Xcode as other suggested. However, I also needed to close iTunes which had started automatically and eject my iPhone from iTunes. Then, restart Xcode and it worked fine.

link|improve this answer
1  
Had same scenario, worked perfectly! – paiego Nov 19 '11 at 23:10
Worked for me by just quitting iTunes & re-plug the phone (3GS with 5.0.1) – kenji Dec 7 '11 at 14:19
This was my issue, verbatim and this solution worked. +1 – TNC Jan 5 at 23:29
worked for me as well. Apparently iTunes is causing this in my case. Thanks. – Vlad Feb 9 at 10:13
feedback

Just encountered this problem. First, I had both an expired certificate and expired provisioning profile, so had to fix both (and I do this so rarely that it took a good 45 minutes). Then still got the error. Tried phone off/on -- no joy. Shut down Organizer and restarted -- no luck there either. Killed Xcode and restarted, with no luck.

Finally, I turned off the phone, shut down the Mac, turned off the overhead lights, and spun around three times clockwise in my swivel chair, then started everything up again. Then it worked.

(I suspect that iTunes was active and had something to do with the problem.)

link|improve this answer
Funny, that is how I do most of my iOS development. – benvolioT Feb 11 at 2:40
feedback

Try freeing up memory by closing down unnecessary open apps. I tried restarting XCode and shutting down iTunes but still had the problem. Then I noticed I was running low on memory on my 4GB MacBook White. I closed down all non-essential apps and when I was done the green light had lit up beside my iPad3 and I could run my app on it.

For me the combination of Google Chrome with lots of tabs open and XCode often is enough to use up all my available RAM; where 4 Gigs used to be plenty of memory for iOS development, with XCode 4.2 it's feeling a bit cramped.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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