GLBasic forum

Main forum => GLBasic - en => Topic started by: spudgunjake on 2010-Mar-12

Title: Iphone /DEV /Certificate/Profile Setup from start to finish. Its driving me nuts
Post by: spudgunjake on 2010-Mar-12
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.
Title: Re: Iphone /DEV /Certificate/Profile Setup from start to finish. Its driving me nuts
Post by: bigsofty on 2010-Mar-12
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)
Title: Re: Iphone /DEV /Certificate/Profile Setup from start to finish. Its driving me
Post by: trucidare on 2010-Mar-12
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
Title: Re: Iphone /DEV /Certificate/Profile Setup from start to finish. Its driving me nuts
Post by: MrTAToad on 2010-Mar-13
I presume you have seen iPhone tutorial video has video too ?