Question

I have an iPhone application that I am trying to build and run on debug mode. I am getting a popup box saying:

"A valid provisioning profile for this executable was not found."

What could be the problem? I have a provisioning profile that is set up with a specific App ID and in my codesigning I have selected this profile. Any ideas?

Was it helpful?

Solution

Try the following:

  1. Double click the provisioning profile on your mac so that it gets installed in your machine.

  2. In XCode, (I assume you are using XCode), double click on the target under "Targets" group and check whether the code signing is set up properly in the box that opens up there.

Hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top