Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing Developer Profile .developerprofile doesn't work. Still require password

I imported the Developer Profile .developerprofile to Xcode. But it still requires password for that account when I want to export ipa or Upload to App Store.

It happens for all accounts that I imported to the Xcode.

I tried to ask my client for export new .developerprofile file and it still can't be fixed.

Someday before, everything worked properly. I searched for hours but still stuck.

With the image below, the accounts with the mark (~) stop working. The middle account can work after I enter the password.

Please help me.

like image 996
tuledev Avatar asked Dec 22 '15 11:12

tuledev


People also ask

How do I add development certificate to provisioning profile?

Login to https://developer.apple.com. Click Certificates, Identifiers and Profiles . Under Provisioning Profiles , Click All . Click Add(+) to register a new provisioning profile.

How do I add a provisioning profile to my keychain?

Upload keychain and provisioning profile files sectionClick on "Choose File" and select the keychain or provisioning profile file. 2. Click on "Upload". The keychain or provisioning profile file is automatically uploaded and stored on the jenkins.


1 Answers

First, I'd remove and add those profiles once again. You can delete profile by tapping minus sign at the bottom of Accounts window.

Second - check Keychain Access and see if related accounts are included in your Keychain and all related Provisioning Profiles are not marked as red.

Finally, do remember that to upload application to iTunesConnect you need access to iTunesConnect account which may not be the same as Developer Program account - this is really common if you are handling several clients on one Developer Program account (meaning, using only one Apple ID) and use different iTunesConnect accounts - than you'll need to sign with them too using Accounts section in Xcode Preferences.

like image 120
Krodak Avatar answered Sep 30 '22 01:09

Krodak