-
错误提示:
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016).
-
错误原因:
在您的应用程序的代码签名权利文件中指定的权利不匹配那些在您的配置文件中指定的。(0xe8008016)。
-
解决办法:
找到Targets中的Build Settings选项卡中的Code Signing Entitlements,删除该项的值,重新Build即可解决。