문제

I have two bundle ID's. In which one is expired 2 days back and one more id is in active. Now I have created my new app with active bundle id but I am not able to run my app in my Ipod touch.

I hot the following error.

Code Sign error: The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains

But when i run my app in simulator it is working fine. But when I run in my ipod touch it is not working.

give me some suggestions to resolve my issue.

도움이 되었습니까?

해결책

Do the following steps:

  1. Delete the expired provisioning profile from keychain
  2. check with bundle identifier. Then Select corresponding provisioning profile from dropdown(Build Settings)
  3. Save and quit xcode and reopen.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top