0

I'm getting all sorts of errors and problems with XCode 4.1 GM for Lion (I have Lion GM).

When I try to run my app on my iPhone, I get this error. How can I fix it?

enter image description here

Jon
  • 4,732
  • 6
  • 44
  • 67
  • Just Check this solved solution. http://stackoverflow.com/questions/14727655/a-valid-provisioning-profile-for-this-executable-was-not-found-again?answertab=active#tab-top – arunjos007 Sep 29 '15 at 08:25

1 Answers1

0

Go to window -> organizer -> click the devices tab, and then select Provisioning profiles. This should list the provisioning profiles you have imported into xcode. Click each one, if they are not valid there will be a stripped yellow/brown bar on the top of the screen and a warning. If you have invalid profiles ensure that they have not expired, and that you have the valid developer profiles to go along with them.

On at least one occasion I found that removing all my profiles, from xcode as well as from my device, and re-importing them solved my problem.

groucho
  • 1,835
  • 1
  • 13
  • 15
  • Hmm, well it works on my phone under the devloper profile but when i change code signing to distibution, it doesn't work. I think it just a bug with xcode, I was able to submit the update fine. – Jon Jul 19 '11 at 01:48