Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Tools & Utilities

Reply
 
LinkBack Thread Tools Display Modes
Old 06-18-2009, 01:42 PM   #1 (permalink)
Registered Member
 
Join Date: May 2009
Location: England
Posts: 56
Default xcode 3.1.3 and 3.0 7A341

Can someone please help,

I upgrade my touch this morning to 3.0 ( 7A341) and tried to build some code that has been building fine on 2.2.1.

I got Error Starting Executable - No provisioned iphone OS device connected,

fair enough but my touch is connected now we what the problem actually is,

If I go to my xcode organizer it states

The version of iPhone OS on “John's playlist” does not match any of the versions of iPhone OS supported for development with this copy of Xcode. Please restore the device to a version of the OS listed below. If necessary, the latest version of Xcode is available here.

OS Installed on John's playlist 3.0 (7A341)
Xcode Supported iPhone OS Versions
3.0 (7A312g)
2.2.1
2.2
2.1.1
2.1
2.0.2 (5C1)
2.0.1 (5B108)
2.0 (5A347)


Great my xcode is version 3.1.3 can somebody explain what I need to do. Seems like a bug to me or is that it we can no longer write code for touch!!
l2jad is offline   Reply With Quote
Old 06-18-2009, 08:24 PM   #2 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 97
Default

i'm having EXACTLY the same issue.
I actually had an app rejected today because it crashes on device 3.0 but runs fine in simulator 3.0

i'm guessing it's because OS on the phone is 7A341 and the supported OS version in xcode is 7A312g.

i'll repost if i figure this out. i'm thinking just need to upgrade xcode.
roocell is offline   Reply With Quote
Old 06-19-2009, 08:32 PM   #3 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 97
Default

yep - i just downloaded the latest 3.0 from the apple dev site and it reinstalled xcode with the latest SDK and now i can load my 3.0 iphone with my app.
roocell is offline   Reply With Quote
Old 08-04-2009, 05:24 PM   #4 (permalink)
Registered Member
 
Pedro Valentini's Avatar
 
Join Date: Oct 2008
Location: Rio de Janeiro, Brazil
Posts: 34
Default

Quote:
Originally Posted by roocell View Post
yep - i just downloaded the latest 3.0 from the apple dev site and it reinstalled xcode with the latest SDK and now i can load my 3.0 iphone with my app.
I`m having the same problem, and I`m using xCode Version 3.1.4!!!

some other idea?

Code:
The version of iPhone OS on “Gol Mobile” does not match any of the versions of iPhone OS supported for development with this copy of Xcode. Please restore the device to a version of the OS listed below. If necessary, the latest version of Xcode is available here.

OS Installed on Gol Mobile
3.0.1 (7A400)

Xcode Supported iPhone OS Versions
3.1 (7C116a)
3.0
2.2.1
2.2
2.1.1
2.1
2.0.2 (5C1)
2.0.1 (5B108)
2.0 (5A347)
2.0 (5A345)
__________________
tecnalta.net
Pedro Valentini is offline   Reply With Quote
Old 08-05-2009, 09:08 AM   #5 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 97
Default

based on my experience above, i would say that you need to install 3.1 (7C116a) onto your phone.
disclaimer: i havent tried 3.1 yet.

Quote:
Originally Posted by Pedro Valentini View Post
I`m having the same problem, and I`m using xCode Version 3.1.4!!!

some other idea?

Code:
The version of iPhone OS on “Gol Mobile” does not match any of the versions of iPhone OS supported for development with this copy of Xcode. Please restore the device to a version of the OS listed below. If necessary, the latest version of Xcode is available here.

OS Installed on Gol Mobile
3.0.1 (7A400)

Xcode Supported iPhone OS Versions
3.1 (7C116a)
3.0
2.2.1
2.2
2.1.1
2.1
2.0.2 (5C1)
2.0.1 (5B108)
2.0 (5A347)
2.0 (5A345)
roocell is offline   Reply With Quote
Old 08-05-2009, 03:46 PM   #6 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 2
Default 3.0.1 update

Quote:
Originally Posted by l2jad View Post
Can someone please help,

I upgrade my touch this morning to 3.0 ( 7A341) and tried to build some code that has been building fine on 2.2.1.

I got Error Starting Executable - No provisioned iphone OS device connected,

fair enough but my touch is connected now we what the problem actually is,

If I go to my xcode organizer it states

The version of iPhone OS on “John's playlist” does not match any of the versions of iPhone OS supported for development with this copy of Xcode. Please restore the device to a version of the OS listed below. If necessary, the latest version of Xcode is available here.

OS Installed on John's playlist 3.0 (7A341)
Xcode Supported iPhone OS Versions
3.0 (7A312g)
2.2.1
2.2
2.1.1
2.1
2.0.2 (5C1)
2.0.1 (5B108)
2.0 (5A347)


Great my xcode is version 3.1.3 can somebody explain what I need to do. Seems like a bug to me or is that it we can no longer write code for touch!!
I'm getting this same Issue, but I'm using Xcode 3.1.4 and my iphoneOS is 3.0.1 (7A400).

Apple Suggests this:

Quote:
iPhone OS 3.0 SDK and iPhone OS 3.0.1 software release for
Mac OS X v10.5.7
To continue development with iPhone SDK 3.0 on your iPhone, iPhone 3G and
iPhone 3GS running iPhone OS 3.0.1 will need to perform the following:
1. Log into your Mac with an Admin account and launch the Terminal application
(/Applications/Utilities)
2. Copy and paste the following line into Terminal:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /
Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
Note: If you installed iPhone SDK 3.0 somewhere other than the default /Developer
location, replace the "/Developer" directory as appropriate.
However, this didn't work for me... any suggestions?
geishagremlin is offline   Reply With Quote
Old 08-05-2009, 05:00 PM   #7 (permalink)
Registered Member
 
rdominelli's Avatar
 
Join Date: Jul 2009
Posts: 107
Default

Quote:
Originally Posted by geishagremlin View Post
I'm getting this same Issue, but I'm using Xcode 3.1.4 and my iphoneOS is 3.0.1 (7A400).

Apple Suggests this:



However, this didn't work for me... any suggestions?
The command
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

Worked great for me. You need to restart Xcode for it to take effect.

Rich
rdominelli is offline   Reply With Quote
Old 08-07-2009, 02:00 AM   #8 (permalink)
New Member
 
Join Date: Aug 2009
Posts: 1
Default

If you're using the 3.1.4, use the following:
ln -sf /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1\ \(7C116a\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

Basically, the first argument to 'ln -sf' is the directory that your current version of Xcode uses.

Quote:
Originally Posted by Pedro Valentini View Post
I`m having the same problem, and I`m using xCode Version 3.1.4!!!

some other idea?

Code:
The version of iPhone OS on “Gol Mobile” does not match any of the versions of iPhone OS supported for development with this copy of Xcode. Please restore the device to a version of the OS listed below. If necessary, the latest version of Xcode is available here.

OS Installed on Gol Mobile
3.0.1 (7A400)

Xcode Supported iPhone OS Versions
3.1 (7C116a)
3.0
2.2.1
2.2
2.1.1
2.1
2.0.2 (5C1)
2.0.1 (5B108)
2.0 (5A347)
2.0 (5A345)
manpreets7 is offline   Reply With Quote
Old 08-09-2009, 06:52 PM   #9 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 97
Default

i thought i ran into the same problem as you (with the 'ln' command not working) but seemed the first time i pasted the command into the terminal didnt take effect.
I did it again, verified that the 3.0.1 directory existed, restarted xcode, and now my 3.0.1 iphone works.


Quote:
Originally Posted by geishagremlin View Post
I'm getting this same Issue, but I'm using Xcode 3.1.4 and my iphoneOS is 3.0.1 (7A400).

Apple Suggests this:



However, this didn't work for me... any suggestions?
roocell is offline   Reply With Quote
Old 08-13-2009, 02:22 AM   #11 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 14
Default yes ! it worked for me

My Xcode is version 3.1.3, and I upgraded my iPhone OS to 3.0 recently....

it was giving me same error , following command worked for me

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A259g\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1





reetu.raj is offline   Reply With Quote
Old 08-13-2009, 04:16 PM   #12 (permalink)
.38 special tucked
 
Join Date: Apr 2009
Location: Brooklyn, NY
Posts: 133
Default

Code:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
Works for me (Xcode 3.1.3 iphoneOS 3.0.1) ! Thanks for posting!
mr-sk is offline   Reply With Quote
Old 08-26-2009, 11:35 AM   #13 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 3
Default

I'm still having issues. Terminal tells me "File Exists"...

I've downloaded the latest Xcode...

Here's the message:
The version of iPhone OS on “Mark’s iPhone” does not match any of the versions of iPhone OS supported for development with this copy of Xcode. Please restore the device to a version of the OS listed below. If necessary, the latest version of Xcode is available here.

OS Installed on Mark’s iPhone
3.0.1 (7A400)

Xcode Supported iPhone OS Versions
3.0 (7A341)
2.2.1
2.2
2.1.1
2.1
2.0.2 (5C1)
2.0.1 (5B108)
2.0 (5A347)
2.0 (5A345)

The only other thing I can think of is that I synch everything on my home machine, and I'm at work now. Don't know if this is part of the problem, but I hope someone can shed some light.

Thanks,
Mark
PalmBeachSoftware is offline   Reply With Quote
Old 08-26-2009, 12:41 PM   #14 (permalink)
Registered Member
 
Join Date: Aug 2009
Location: Calgary, AB
Posts: 64
Default

Hi Mark... if you follow this posting, you will be able to trick Xcode so you can get your Green Icon.

http://www.iphonedevsdk.com/forum/ip...tml#post117980

It worked for me.
voiperguy is offline   Reply With Quote
Old 08-27-2009, 09:38 AM   #15 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 2
Default I blogged a complete answer to the xcode 3.0.1 issue.

Xcode iPhone OS 3.0.1 Error in Organizer - technolosophy

i explain the source of this issue and how to fix it.

give a man a fish and he eats for a day, give a man a fishing pole and he learns how feed himself.

enjoy,

marcos
rubyvrooom is offline   Reply With Quote
Old 12-17-2009, 02:29 PM   #16 (permalink)
Registered Member
 
havenjoy's Avatar
 
Join Date: Dec 2009
Posts: 6
Default

Hello mates!
Really thanks for these link, rubyvroom and voiperguy!
Your links are really really great and helped me a lot!
__________________
Hi, i am a Jogos Gratis freak
havenjoy is offline   Reply With Quote
Old 02-07-2010, 10:25 PM   #17 (permalink)
vkt
Registered Member
 
Join Date: Jan 2010
Posts: 3
Default why do developers have to dread every version release of the iphone?

Getting new versions of os recognized on xcode is always an adventure! Will I lose another day trying to figure out what to do? You would think upgrading everything would do the trick but here we are again: version 3.1.3 is not recognized on the xcode which is mysteriously released as version 3.1.4
vkt is offline   Reply With Quote
Old 02-11-2010, 02:56 PM   #18 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 2
Default why why why

why i have to download the whole xcode package (2.3 GB !) for one stupid iphone update. or am i wrong. i know the hack with ln -sf /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1\ \(7C116a\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

but why is ther no xcode update?
grobald is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 435
16 members and 419 guests
Alexander_john, bev6a8hl, beyondstop, dapis, Edsilmars, HowEver, Hyde, john234ny, linkmx, MozyMac, pill5b3rry, pochuang, pufftissue, rianneadams, Rudy, samtakoy
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 157,848
Threads: 88,913
Posts: 379,292
Top Poster: BrianSlick (7,072)
Welcome to our newest member, rianneadams
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:53 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0