ios - XCode unable to recognise the distribution profile present in my keychain -


in nutshell:

  • i got distribution profile in keychain (image 1)
  • from xcode developer account preferences see developer profile (image 2)
  • when try add new ios distribution profile says 1 , should visit member centre (image 3)
  • i did , brings me step 1
  • infinite loop (aka "i'm stuck here keep retrying..")

edit: when try use ios mobile distribution profile generated don't see many options code signing identies. how looks like:

enter image description here


i have downloaded team distribution profile on computer apple developer member centre. way looks in keychain:

enter image description here

however when try sign code ad hoc distribution cannot find distribution certificate in code signing identities tab.

i manage build product archive (for local ad hoc distribution, e.g. testflight) when try export (or submit appstore) message saying have code signing identity , need download it. more details on in question asked yesterday.

today trying different approach , decided go account->preferences , try click on "+" button add new ios distribution profile. response:

enter image description here

enter image description here

unfortunately seems xcode unable recognise ios distribution profile have installed in keychain (see beginning of question) whilst unable recreate one.

how can fix without messing certificates/apps of team members?

install both valid certificates in system (distribution , developer)


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -