iphone - Xcode 4 - "Valid signing identity not found" error on provisioning profiles on a new Macintosh install -


i had macintosh used develop iphone apps using xcode 4. have new macintosh new install of... everything.

when opening xcode projects built on old mac, cannot run app on iphone configured development iphone.
xcode 4 organizer tells me "valid signing identity not found" on provisioning profiles.

i guess .certsigningrequest file had generated before on old mac (i have backup of file), have on new mac?

another strange thing, don't see 5 existing provisioning profiles (defined on apple provisioning portal) in organizer, after refresh , after having entered provisioning portal login , password :

enter image description here

with xcode 4.2 , later versions, including xcode 4.6, there better way migrate entire developer profile new machine. on existing machine, launch xcode , this:

  1. open organizer (shift-command-2).
  2. select devices tab.
  3. choose developer profile in upper-left corner under library, may under heading library or under heading called teams.
  4. choose export near bottom left side of window. xcode asks choose file name , password.

edit xcode 4.4:

with xcode 4.4, @ step 3 choose provisioning profiles under library. select provisioning profiles either mouse or command-a.

also, apple making improvements in way manage aspect of xcode, , users have reported refresh button in lower-right corner trick. try clicking refresh first, , if doesn't help, export/import sequence.

picture xcode 4.6 added wp

enter image description here

edit xcode 5.0 or newer:

  1. open xcode -> preferences ('command' + ',')
  2. select apple id list.
  3. click on setting icon near bottom-left corner of window, , choose export accounts... xcode asks choose file name , password.

on new machine, launch xcode , import profile exported above. works charm.

picture xcode 5.0 added ankur

for xcode 5 or newer versions


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -