Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A valid provisioning profile for this executable was not found error while using instruments

I'm getting the classic "A valid provisioning profile for this executable was not found" when I use instruments to try and profile my app. When I try to build, run, debug, distribute, my app, I don't get this problem at all. Has anyone experience this problem before?

like image 507
Ser Pounce Avatar asked Nov 06 '12 11:11

Ser Pounce


1 Answers

In Edit Schemes... check the Building Configuration under the Profile scheme. Be sure that a valid provisioning profile is set for that building configuration.

like image 67
Michele Percich Avatar answered Oct 14 '22 14:10

Michele Percich