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