iOS provisioning and keychain generation -


i'm using xcode 4.3.1 on mac os x 10.7.3 trying provision ios 5.1 phone. first used development provisioning assistant create provisioning profile. after dragging/installing profile in organizer, says "valid signing identity not found". continued development provisioning assistant, got new development certificate, installed it. didn't help. it's still "valid signing identity not found". after reading topic on google , other people's solutions, deleted keys in keychain access, walked through development provisioning assistant again, did said, still didn't fix problem. thought needed fresh start again. deleted provisioning profiles, certificates, keys. redid everything, no use. tried "add portal" in organizer, generated 4 certificates still no keys.

should restart machine? kidding.

i've been there couple of times right now. tried understan going on , documented here (understanding ios code signing) (warning: tl;dr).

its easy make mistakes while "following" steps listed on portal, , understanding can identify went wrong.

here's quick checklist before go reading whole thing:

  • create developer certificate mac.
  • create provisioning profile on portal, , make sure include developer certificate (created in previous step) in profile.
  • download , install profile on mac (must same used in first step). (you can use on other mac if export certificate, lets not go there)

if doing , still face problem, should try 'understanding' :).


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -