Submission profile problem in Xcode 7.1.1?

I used to use Xcode 7, which showed me the provisioning profile for the IPA file that I selected in the build settings. But now, after upgrading to 7.1.1, whenever I make an IPA file, it always shows me iOS Team provisioning in the profile profile section, even if I chose the right provisioning profile.

See screenshot:

enter image description here

Please tell me how to solve the problem.

Edit:

In the profile of the Provisioning Team iOS, all UDIDs that were previously added by me to the developer account are added.

+6
source share
2 answers

At developer.apple.com :

Go to Certificates, Identifiers, and Profiles> Provisioning Profiles

Delete any provisioning profiles that are no longer needed.

Pay particular attention to those that match the identifier of your application package, for example com.yourdomain.yourappname .

Ensure that you have no more than one provisioning profile for development and no more than one preparation profile for distribution.

Download each provisioning profile and double-click it in Finder to install it.


In Xcode:

Go to your goal> Build Settings> Code Signing

Set for all iOS Developer values .

Go to your goal> Build Settings> Prep Profile

Set all to Automatic.


In Xcode:

To test the changes, create an archive using Product> Archive.

After creating the archive, open the window> Organizer and export the archive.

Select a developer deployment.

Choose your team.

Now in the "Summary" window, the profile of the service delivery profile that you indicated in your question will be displayed.

+2
source

Follow the instructions. 1. Open Xcode 2. then go to the Xcode section 3. Select "Settings" 4. Account 5. Select your account details. 6. Click Show Details. 7. Sync Details.

0
source

All Articles