ios - Unable to fix signing issue Xcode 7.3.1 -


i trying test unity game on different ios device using xcode 7.3.1. previously, connect iphone 6 on mac , test game free apple account(that has limited privilege). want test game on different device , later want upload app store. asked client apple id has role "agent". add apple id on xcode , try run project iphone 6 connected. got error message saying-

"your account has valid ios distribution certificate" "you have valid ios distribution certificate in member center, not installed locally. if signing identity installed on mac, can export developer profile on mac , import on mac. can reset current certificate."

then click on reset button reset current certificate. , try run project again. again got error message saying-

unable fix signing issue. xcode failed resolve issue. check code signing settings; ensure have matching signing certificate , provisioning profile installed; , try again.

i restarted xcode many times got same error. screenshot of account details looks below . enter image description here

it not enough, login , download developer profiles only.

you need certificate physically , signed in mac well.

ak client export signing identities , provisioning profiles. able import xcode , keychain in 1 step.

this process handle private keys well, necessary if signing app using developer/distribution certificate.

1) client has export identities , profiles:

enter image description here

2) he/she can send them e-mail:

enter image description here

enter image description here

3) can import them all in one.

enter image description here

https://developer.apple.com/library/ios/recipes/xcode_help-accounts_preferences/articles/export_signing_assets.html#//apple_ref/doc/uid/tp40013306-ch8-sw1


when recreation of certificates , provisioning profiles needed: make sure have appropriate privileges - have team agent or admin:

1) login https://developer.apple.com developer credentials.

2) go certificates, ids & profiles

enter image description here

3) go certificates , remove old one. add new:

enter image description here

4) few step process, requires create certificate signing request. follow steps stated there. last action in step installing certificates - when ready, click on it/them , seamlessly keychain.

5) when finished certificates, open profiles, find marked yellow triangle , edit them. check new certificate (and devices if creating development profile well). prefer creating brand new profiles, it'll easier recognise older ones , new ones in build settings later.

enter image description here

enter image description here

6) have update xcode -> preferences -> accounts section , xcode you.

enter image description here

7) last step - update build settings in projects according new profiles. should ready validate project now.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -