3

I have create an new application in Xcode. But it shows a warning as below

Target Integrity Provisioning profile is expiring: olpApplicationid

In this warning shows old application id but i have generate a new provision profile certificate. and its not allowed to make an IPA. please some one help me to resolve this.

Mohanraj S K
  • 657
  • 4
  • 16
  • This is usually an error in the provisioning profile on the developer website. Check there. If you have to, recreate it. – Erik Bean Oct 27 '14 at 05:24
  • Thanks @ErikBean I have recreated but after that also same error occurred. – Mohanraj S K Oct 27 '14 at 05:26
  • Is your iOS developer certificate expiring soon? I know when I was coming up for renewal I had similar issues. – Erik Bean Oct 27 '14 at 05:31
  • No, just a month ago i renewed my Developer Account.Now i revoke all my account and create a fresh one. but still it's shown warning. – Mohanraj S K Oct 27 '14 at 05:45
  • 1
    Try a profile refresh. Xcode -> Preferences -> Accounts -> -> View Details – Erik Bean Oct 27 '14 at 05:52
  • sorry @ErikBean i forgot to tell u this and i have already Refresh here from suggested by stackOverflow. – Prabhu Oct 27 '14 at 06:01
  • I am too try this before, but i can't resolve. i have try to resolve over a day. – Mohanraj S K Oct 27 '14 at 06:02
  • 1
    Refresh again now that you messed with the provisioning on the dev portal. It's tricky, the connection between the dev portal, Xcode, and keychain is a b**** and a nightmare. It needs to be 100% redone in my option. – Erik Bean Oct 27 '14 at 06:03
  • Hi @ErikBean, thank u so much for ur guidance, i was revoke all userid also refresh account in Xcode finally delete all invalid certificates from Apple Developer site. Now warning Went Out. – Mohanraj S K Oct 27 '14 at 09:15
  • I'm rewriting it as an answer. Mark that as correct so your question can have resolution. Glad I can solve your problem! – Erik Bean Oct 27 '14 at 16:27

1 Answers1

2

Like I said in comment:

Revoking and cleaning out your provisioning provoke on the developer portal followed up by a refresh in Xcode solves the problem.

Erik Bean
  • 647
  • 1
  • 4
  • 19
  • Thanks for that comment above!! I always forget where this is, and you helped me find it. +2 to you. "Try a profile refresh. Xcode -> Preferences -> Accounts -> -> View Details" – eric Feb 03 '17 at 22:43
  • NOTE: You may have to quit/launch Xcode for the warning to go away after deleting or updating the offending profile. – eric Feb 03 '17 at 22:54