Iphone /DEV /Certificate/Profile Setup from start to finish. Its driving me nuts

Previous topic - Next topic

spudgunjake

I had my certificate for nearly a week now, and I am having a great deal of trouble getting dam thing to work.

I go though all the tutorials but  I never see the dev certificate paired with my private and public keys, as in the instruction on here.

http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices

My provision profile says Error no profile matches or paired in keychain,

I have formatted my Mac twice, installed every thing, Lasted SDK, but the same thing.

I didn't think it would be this difficult.

Can anyone help.

bigsofty

I gave up on the wizard and did it manually via the Dev website, took me a full day.  ::)

The thing that go me, was that the App name I had specified, when I generated application profile key, was not the same case as the one GLBasic pumped out when compiled. Silly but it caught me out. It also gave me a similar error to yours, which made me mess around with a lot of system permission keys unnecessary.

You should have two keys in your 'login' keychain, in the "Keychain Access" utility.
a) "Apple Worldwide Developer"
b) "iPhone Developer: 'You name here'"

If they are there check your xCode project ("Project/Edit Project Settings") settings. Go to "Code Signing/Code Signing Identity" and it should match your iPhone Developer ID (See above)
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

trucidare

Everytime you format your mac - the rsa key is changed :D use the wizard to get all things you need. (iphone developer portal) and dont forget install latest xcode
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

MrTAToad

I presume you have seen iPhone tutorial video has video too ?