Xcode does not comply with Signing Entity "iOS Distribution" setting

I want to understand the Identity Signing Identity parameter correctly: I want to use automatic configuration in Xcode and not specify a specific identity. Automatic configuration has 2 options: iOS Developer and iOS Distribution. Based on which one you use, it should switch to the choice of the developer or the distribution subscription identifier from your keychain.

I have configured the build settings, as shown below, to use the "iOS Distribution" identifier when building:

Build settings

When I Archive my application (the archive scheme is correctly configured to use the Release configuration ), I see that Xcode does not use the correct code signature identification:

Build log

Would anyone know why this is? I'm looking for an explanation, not a solution to solve the problem (I know that I can solve this problem by directly setting the code signing identifier on my iPhone Distribution: company name from the key fob)

Thank!

+1
source share
1 answer

, Xcode, , , , , ...

Xcode, . .

Team " ": team setting

Xcode . "" , .

, , Xcode. , , , . , , - - , push-, , , iCloud, , , .

, Xcode , , .

choosing a profile from the organizer window

Xcode " " Xcode. , " ", .

account pane of Xcode prefs

+2

Source: https://habr.com/ru/post/1544676/


All Articles