I am just trying to help. It took me 3 weeks to setup my phone right. Here is how I setup the account correctly. These are just general steps, I am not going to go into COMPLETE detail. If you get stuck on something, lookup the step in the User Guide in the Program Portal.
1. Go to Certificates download the WWDC Intermediate Certificate.
1.5. Open Keychain Assistant, get your cert key. Open in TextMate grab that and enter it. You should be able to approve yourself now. But don't download it yet.
2. Plugin your iPhone, load up the Xcode Organizer, get your Device ID. Setup your Device.
3. Setup an App Id, you have to use your Bundle Identifier, so (assuming) yours would be com.firstlastname.*
4. Setup your Provisional Profile, set the certificate to you, the device to the one you want to use.
5. Once that is done, check on your certificate. If it has a provisional profile attached, go ahead and download and install it (same with the WWDC one if you haven't.)
6. Make sure when you install it, in Keychain it should look like this:
You should have a public and private key for your name.
7. Download your Provisional profile, and drag it into your organizer or simply Xcode (with iPhone plugged in).
8. Check on your iPhone: Settings -> General -> Profiles, to see if its setup.
9. Attach your project to your profile. Right click on the First item in the Groups and Files split view (left side), click on the Build tab. Go down to the 4th group. Enter in your Code Signing Identity to: "iPhone Developer: Garrett Lastname", then your Code Signing Provisioning Profile to yours.
Then you should be able to build and go. Also, try not to delete your own certificate, it wouldn't let me create one for 9 hours later
1. Go to Certificates download the WWDC Intermediate Certificate.
1.5. Open Keychain Assistant, get your cert key. Open in TextMate grab that and enter it. You should be able to approve yourself now. But don't download it yet.
2. Plugin your iPhone, load up the Xcode Organizer, get your Device ID. Setup your Device.
3. Setup an App Id, you have to use your Bundle Identifier, so (assuming) yours would be com.firstlastname.*
4. Setup your Provisional Profile, set the certificate to you, the device to the one you want to use.
5. Once that is done, check on your certificate. If it has a provisional profile attached, go ahead and download and install it (same with the WWDC one if you haven't.)
6. Make sure when you install it, in Keychain it should look like this:
You should have a public and private key for your name.
7. Download your Provisional profile, and drag it into your organizer or simply Xcode (with iPhone plugged in).
8. Check on your iPhone: Settings -> General -> Profiles, to see if its setup.
9. Attach your project to your profile. Right click on the First item in the Groups and Files split view (left side), click on the Build tab. Go down to the 4th group. Enter in your Code Signing Identity to: "iPhone Developer: Garrett Lastname", then your Code Signing Provisioning Profile to yours.
Then you should be able to build and go. Also, try not to delete your own certificate, it wouldn't let me create one for 9 hours later