 |
 |
|
 |
06-18-2009, 12:42 PM
|
#1 (permalink)
|
|
Registered Member
Join Date: May 2009
Location: England
Posts: 56
|
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!!
|
|
|
06-18-2009, 07:24 PM
|
#2 (permalink)
|
|
Registered Member
Join Date: Feb 2009
Posts: 87
|
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.
|
|
|
06-19-2009, 07:32 PM
|
#3 (permalink)
|
|
Registered Member
Join Date: Feb 2009
Posts: 87
|
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.
|
|
|
08-04-2009, 04:24 PM
|
#4 (permalink)
|
|
Registered Member
Join Date: Oct 2008
Location: Rio de Janeiro, Brazil
Posts: 24
|
Quote:
Originally Posted by roocell
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)
|
|
|
08-05-2009, 08:08 AM
|
#5 (permalink)
|
|
Registered Member
Join Date: Feb 2009
Posts: 87
|
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
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)
|
|
|
|
08-05-2009, 02:46 PM
|
#6 (permalink)
|
|
Registered Member
Join Date: Jul 2009
Posts: 2
|
3.0.1 update
Quote:
Originally Posted by l2jad
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?
|
|
|
08-05-2009, 04:00 PM
|
#7 (permalink)
|
|
Registered Member
Join Date: Jul 2009
Posts: 104
|
Quote:
Originally Posted by geishagremlin
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
|
|
|
08-07-2009, 01:00 AM
|
#8 (permalink)
|
|
New Member
Join Date: Aug 2009
Posts: 1
|
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
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)
|
|
|
|
08-09-2009, 05:52 PM
|
#9 (permalink)
|
|
Registered Member
Join Date: Feb 2009
Posts: 87
|
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
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?
|
|
|
|
08-12-2009, 03:32 PM
|
#10 (permalink)
|
|
Registered Member
Join Date: Aug 2009
Posts: 1
|
|
|
|
08-13-2009, 01:22 AM
|
#11 (permalink)
|
|
Registered Member
Join Date: Feb 2009
Posts: 14
|
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
Quote:
Originally Posted by pixonit
|
|
|
|
08-13-2009, 03:16 PM
|
#12 (permalink)
|
|
.38 special tucked
iPhone Dev SDK Supporter
Join Date: Apr 2009
Location: Brooklyn, NY
Posts: 132
|
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!
|
|
|
08-26-2009, 10:35 AM
|
#13 (permalink)
|
|
Registered Member
Join Date: Jul 2009
Posts: 3
|
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
|
|
|
08-26-2009, 11:41 AM
|
#14 (permalink)
|
|
Registered Member
Join Date: Aug 2009
Location: Calgary, AB
Posts: 64
|
Hi Mark... if you follow this posting, you will be able to trick Xcode so you can get your Green Icon.
Xcode Supported iPhone OS Versions
It worked for me.
|
|
|
08-27-2009, 08:38 AM
|
#15 (permalink)
|
|
Registered Member
Join Date: Aug 2009
Posts: 2
|
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
|
|
|
12-17-2009, 01:29 PM
|
#16 (permalink)
|
|
Registered Member
Join Date: Dec 2009
Posts: 6
|
Hello mates!
Really thanks for these link, rubyvroom and voiperguy!
Your links are really really great and helped me a lot!
|
|
|
02-07-2010, 09:25 PM
|
#17 (permalink)
|
|
Registered Member
Join Date: Jan 2010
Posts: 3
|
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
|
|
|
02-11-2010, 01:56 PM
|
#18 (permalink)
|
|
Registered Member
Join Date: Jul 2009
Posts: 2
|
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?
|
|
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
» Advertisements |
» Online Users: 416 |
| 35 members and 381 guests |
| AdamSubach, aderrington, benoitr007, bensj, BrianSlick, Danneman, dev123, ErichGS, GreatWizard, gustavo7sexton, gw1921, HemiMG, iSDK, Jeremy1026, lifeCoder45, mattiahalter, melodizzzy, mriphoneman, newchucky, Ovidius, Piequanna, pofak, qilin, Racker, raheel, rendezvouscp, riq, Sega dude, socals, timle8n1, Whitehk, ZunePod |
| Most users ever online was 965, 06-30-2010 at 04:26 AM. |
» Stats |
Members: 41,861
Threads: 49,770
Posts: 213,057
Top Poster: BrianSlick (3,139)
|
| Welcome to our newest member, melodizzzy |
|