遇到“a valid provisioning profile for this executable was not found”的解决办法


最近碰到一个诡异的问题,真机调试的时候老是会报“a valid provisioning profile for this executable was not found”这个错,开始怀疑是证书或者的profile的问题,于是把证书和profile删掉重新设置,仍然不行,试了一下其他工程,顺利运行,说明证书是没问题的。在仔细看看报错信息,有一个“executable”,所以猜测可能是可执行文件的问题,于是把product中的.app删除,重新运行,问题解决~

你可能感兴趣的:(遇到“a valid provisioning profile for this executable was not found”的解决办法)