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 Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-25-2009, 07:41 PM   #1 (permalink)
Registered Member
 
Join Date: Aug 2009
Location: Calgary, AB
Posts: 64
Default Xcode Supported iPhone OS Versions HELP!

Hey everybody, thanks for reading. Maybe you have the same issues?

I created a simple app, now want to see what it looks/feels like on my iPhone.

I turned the phone off, then on (like many have suggested), rebooted my Mac, restarted Xcode, plugged in the iPhone, open up Organizer...and see a Yellow icon to the right of my device.

Right side of page is Summary.
OS Installed on My iPhone: 3.0.1 (7A400)
Xcode Supported iPhone OS Versions: 3.0 (7A341)...and others below that ver.

There is a link stating..."If necessary, the latest version of Xcode is available here"... go there... and its the same dam version I have! arggg.

Next issue.

Left side... Provisioning Profiles.

I have 2, 1 for my Paid game (currently in the store), and a new one that I just created so I could play with the app that I made.

Both profiles have the yellow bar "A valid signing identity matching this profile could not be found in your Keychain."

In "Certificates" I have the generic "Apple Worldwide Developer" and "iPhone Developer: Me"

Double click the Me... and pop states that "This certificate is valid".

Guys...can one of you relate to this (or many).

All I wanna do is have some fun Well that too..but really...I just want to put my app on my phone!!!

help?

Last edited by voiperguy; 08-25-2009 at 07:47 PM.
voiperguy is offline   Reply With Quote
Old 08-25-2009, 08:00 PM   #2 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 186
Default

lets take this one problem at a time: open up terminal and enter this line of code: ls -l /Developer/Platforms/iPhoneOS.platform/DeviceSupport/

then tell me if you see a "3.0" or a "3.0 (7A341)" listed. get back to me after u do that, and then ill tell you what to enter next.
rywola is offline   Reply With Quote
Old 08-25-2009, 08:03 PM   #3 (permalink)
Registered Member
 
Join Date: Aug 2009
Location: Calgary, AB
Posts: 64
Default

Quote:
Originally Posted by rywola View Post
lets take this one problem at a time: open up terminal and enter this line of code: ls -l /Developer/Platforms/iPhoneOS.platform/DeviceSupport/

then tell me if you see a "3.0" or a "3.0 (7A341)" listed. get back to me after u do that, and then ill tell you what to enter next.
Yes I do see the 3.0 (7A341) at the bottom of the list
voiperguy is offline   Reply With Quote
Old 08-25-2009, 08:08 PM   #4 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 186
Default

Quote:
Originally Posted by voiperguy View Post
Yes I do see the 3.0 (7A341) at the bottom of the list
then enter this:
Code:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
that should now make the sdk recognize the 3.0.1 as 3.0 software which is necessary because apple was very lazy with the sdk and still has it only recognizing 2.x/3.0/3.1betas (leaving out 3.0.1). anyways, that could should at least make it recognize the OS.

*if anybody has done this same thing but saw "3.0" - without the 7A341 - this terminal code is necessary for you:
Code:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0 /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

Last edited by rywola; 08-25-2009 at 08:29 PM.
rywola is offline   Reply With Quote
Old 08-25-2009, 08:15 PM   #5 (permalink)
Registered Member
 
Join Date: Aug 2009
Location: Calgary, AB
Posts: 64
Default

Quote:
Originally Posted by rywola View Post
then enter this:
Code:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
that should now make the sdk recognize the 3.0.1 as 3.0 software which is necessary because apple was very lazy with the sdk and still has it only recognizing 2.x/3.0/3.1betas (leaving out 3.0.1). anyways, that could should at least make it recognize the OS
Very Nice! Now in "Devices" my iPhone has Green icon...and shows ALL my Provisioning profiles.

I think problem 1 is solved. If anybody is following this...it works!

Now I just have to figure out the Keychain thing
voiperguy is offline   Reply With Quote
Old 08-25-2009, 08:30 PM   #6 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 186
Default

Quote:
Originally Posted by voiperguy View Post
Very Nice! Now in "Devices" my iPhone has Green icon...and shows ALL my Provisioning profiles.

I think problem 1 is solved. If anybody is following this...it works!

Now I just have to figure out the Keychain thing
well, if it shows the provisioning profiles i would venture to guess that the keychain is now valid with the device as well. if not, well, i cant help you further b/c i have no understanding of the keychain methods used by apple.
rywola is offline   Reply With Quote
Old 08-25-2009, 11:54 PM   #7 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 361
Default

Quote:
Originally Posted by voiperguy View Post
Hey everybody, thanks for reading. Maybe you have the same issues?

I created a simple app, now want to see what it looks/feels like on my iPhone.

I turned the phone off, then on (like many have suggested), rebooted my Mac, restarted Xcode, plugged in the iPhone, open up Organizer...and see a Yellow icon to the right of my device.

Right side of page is Summary.
OS Installed on My iPhone: 3.0.1 (7A400)
Xcode Supported iPhone OS Versions: 3.0 (7A341)...and others below that ver.

There is a link stating..."If necessary, the latest version of Xcode is available here"... go there... and its the same dam version I have! arggg.

Next issue.

Left side... Provisioning Profiles.

I have 2, 1 for my Paid game (currently in the store), and a new one that I just created so I could play with the app that I made.

Both profiles have the yellow bar "A valid signing identity matching this profile could not be found in your Keychain."

In "Certificates" I have the generic "Apple Worldwide Developer" and "iPhone Developer: Me"

Double click the Me... and pop states that "This certificate is valid".

Guys...can one of you relate to this (or many).

All I wanna do is have some fun Well that too..but really...I just want to put my app on my phone!!!

help?
Simple question - are you selecting the proper profile under the root and target for the new app?

All check which profile is on your device. Go to Settings, General then scroll down to bottom of the page - make sure your new profile is listed there.

Interesting question - why do you have two provisioning profiles? All you need is one provisioning profile even if you have multiple apps. You can still "play" with your new app using the same profile. I have several apps all using just one provisioning profile and I play with all them all the time.
falcon5280 is offline   Reply With Quote
Old 08-25-2009, 11:56 PM   #8 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 361
Default

Quote:
Originally Posted by rywola View Post
then enter this:
Code:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
that should now make the sdk recognize the 3.0.1 as 3.0 software which is necessary because apple was very lazy with the sdk and still has it only recognizing 2.x/3.0/3.1betas (leaving out 3.0.1). anyways, that could should at least make it recognize the OS.

*if anybody has done this same thing but saw "3.0" - without the 7A341 - this terminal code is necessary for you:
Code:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0 /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
Thanks - this is a very nice step by step and code instructions that you gave. It will help lots of people. I do not need it yet, but I am glad to have it when and if I ever do.
falcon5280 is offline   Reply With Quote
Old 08-26-2009, 12:16 AM   #9 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 186
Default

Quote:
Originally Posted by falcon5280 View Post
Thanks - this is a very nice step by step and code instructions that you gave. It will help lots of people. I do not need it yet, but I am glad to have it when and if I ever do.
yeah, well if only i had myself when i updated haha. i found everything in bits and pieces from around the web: the first part is to identify what the firmware is listed as (3.0/3.0 (7A341)) and the second is to simply make a link from it to 3.0.1. there is actually a readme doc in the developers connection, unfortunately it has an error in it's code and only acnowledges one of the 2 possible values for the firmware (3.0/3.0 (7A341)), although it's error prevents it for working for either since there is a extra pagebreak. myself being in the rarer (non-7A341) circumstance, it was very frustrating... apple, as usual, catered the majority and left the rest to die - yes, die.
rywola is offline   Reply With Quote
Old 08-27-2009, 09:40 AM   #10 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 2
Default complete answer to the 3.0.1 and higher issue

Xcode iPhone OS 3.0.1 Error in Organizer - technolosophy

hope that helps.
rubyvrooom is offline   Reply With Quote
Old 02-07-2010, 10:15 PM   #11 (permalink)
vkt
Registered Member
 
Join Date: Jan 2010
Posts: 3
Default problem compiling phone os 3.1.3 on xcode 3.1.4

I get the following message under devices:

OS Installed on iiverda’s iPhone
3.1.3 (7E18)

Xcode Supported iPhone OS Versions
3.1.2 (7D11)
3.1.1 (7C146)
3.1.1 (7C145) 1
3.1.1 (7C145)
3.1 (7C144)
3.0.1 (7A400)
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)

what is the fix? i have upgraded xcode, sdk, and iphone os. thanks!
vkt is offline   Reply With Quote
Old 02-15-2010, 05:07 PM   #12 (permalink)
Registered Member
 
Join Date: Feb 2010
Location: Vienna, Austria
Posts: 4
Default

Quote:
Originally Posted by vkt View Post
I get the following message under devices:

OS Installed on iiverda’s iPhone
3.1.3 (7E18)

Xcode Supported iPhone OS Versions
3.1.2 (7D11)
3.1.1 (7C146)
3.1.1 (7C145) 1
3.1.1 (7C145)
3.1 (7C144)
3.0.1 (7A400)
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)

what is the fix? i have upgraded xcode, sdk, and iphone os. thanks!
check if you really have the latest sdk/xcode.

iphone dev center states:

"If you have updated your device to iPhone OS 3.1.3 with iTunes, you must install iPhone SDK 3.1.3 in order to continue with your development."
black666 is offline   Reply With Quote
Old 08-24-2010, 09:26 AM   #13 (permalink)
Registered Member
 
Join Date: Jan 2010
Posts: 1
Default test app

hi this is hanumantrya
please tell which xcode version u uesd to suppory 3.1.2(7D11)

THANK YOU
iphone_sdk is offline   Reply With Quote
Old 09-08-2010, 10:47 AM   #14 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 8
Default Thank you

Quote:
Originally Posted by rywola View Post
then enter this:
Code:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
that should now make the sdk recognize the 3.0.1 as 3.0 software which is necessary because apple was very lazy with the sdk and still has it only recognizing 2.x/3.0/3.1betas (leaving out 3.0.1). anyways, that could should at least make it recognize the OS.

*if anybody has done this same thing but saw "3.0" - without the 7A341 - this terminal code is necessary for you:
Code:
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0 /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1
It works great for me. Thank you very much.
tuyennguyencanada 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: 356
22 members and 334 guests
ADY, Dani77, Duncan C, e2applets, Grinarn, HemiMG, Herbie, JasonR, keeshux, linkmx, macquitzon216, mer10, Monstertaco, prchn4christ, Promo Dispenser, Robiwan, sebasx, sly24, Touchmint, twerner, zulfishah
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,881
Threads: 89,228
Posts: 380,760
Top Poster: BrianSlick (7,129)
Welcome to our newest member, macquitzon216
Powered by vBadvanced CMPS v3.1.0

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