Setting the capability for keychain sharing

If you signed your app for distribution, and you are using a personal team identifier, you must set the capability for keychain sharing in Xcode.

Perform this task in the copy of the DeploymentKitApp in Xcode on your computer.

Prerequisites

You must have a personal team identifier. See Setting team and developer account options and Prequisites for more information.

Procedure

  1. In Xcode, click the Capabilities tab.
  2. Locate and enable the Keychain Sharing capability.
  3. For Keychain Group, specify an appropriate keychain group identifier, such as the com.CompanyName portion of your product bundle identifier.

    Keychain Sharing

  4. Click the General tab and check that you see no warning indicators below the Team entry.
    If you see warnings, follow the advice in those warnings to resolve further issues.