Skip to content

Instantly share code, notes, and snippets.

@ymollard
Last active August 26, 2018 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymollard/6b5eb4755a5c03e6225e8590037a652a to your computer and use it in GitHub Desktop.
Save ymollard/6b5eb4755a5c03e6225e8590037a652a to your computer and use it in GitHub Desktop.
XCode provisionging/signing mess

Problem

AppName has conflicting provisioning settings.
AppName is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to iPhone Developer in the build settings editor, or switch to manual signing in the project editor.`

Solution

  1. In left section, double click the project name to open the project editor
  2. In left section, Select the project (AF), select Build settings, then All and Combined
  3. In Signing section select iOS Developer for all entries within Code Signing identity
  4. In left section, Select the target (AF), select Build settings, then All and Combined
  5. In Signing section select iOS Developer for all entries within Code Signing identity
  6. In tab General of the target, uncheck Automatically manage signing
  7. Select a team (ALL)
  8. Re-check Automatically manage signing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment