iOS No matching provisioning profile found for "Applicartion/xxx.app"的解决方案

时间:2023-03-09 08:19:12
iOS No matching provisioning profile found for "Applicartion/xxx.app"的解决方案

最近对一个旧项目更新功能时,遇到了一个问题:

No matching provisioning profile found for "Applicartion/xxx.app"

如图所示:

iOS No matching provisioning profile found for "Applicartion/xxx.app"的解决方案

这个项目由于证书等问题经过了重做,但我都重新对证书、pp文件下载了更新,重新打包还是会出现这个错,后来仔细研究了下错误,发现原来是这个地方导致的:

iOS No matching provisioning profile found for "Applicartion/xxx.app"的解决方案

一般我只记得对Code Signing 下的 Provisioning Profile下的pp文件更新,忘记了红框内的内容设置。

我们只需要将红框后的内容清空,再重新fix或编译一下,就可以解决了

iOS No matching provisioning profile found for "Applicartion/xxx.app"的解决方案

试试吧大家