iphone - Can't deploy iOS application to phone -
so made first iphone application, , wanted test on actual device. clicked in xcode's organizer "use development," , accidentally typed wrong password developer's account. whenever try test on phone, get:
code sign error: identity 'iphone developer' doesn't match valid, non-expired certificate/private key pair in keychains
and can't seem figure out how fix that. tried doing provisioning profiles , says team small.
how fix this?
thank you!
i did negative test , deleted of provisioning profiles on development iphone (settings->general->profiles, remove 1 one). having on laptop proper profiles , iphone without profiles confirm can test , run app on device run project on device.
so problem not because accidentally made typo in password more project' building properties not correct and/or provisioning profile not matches app's settings.
you can find many info how handle such situations here @ so or other places like apple's developer site.
eg. mentioned answer says error happens if forgot change build settings simulator. try , reload provisioning profiles in organizer (some cases xcode should restarted).
Comments
Post a Comment