美文网首页Xcode/Swift
Xcode真机调试时 The entitlements spec

Xcode真机调试时 The entitlements spec

作者: A_rcher34 | 来源:发表于2016-10-20 11:59 被阅读342次
  • 错误提示:

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即可解决。

相关文章

网友评论

    本文标题:Xcode真机调试时 The entitlements spec

    本文链接:https://www.haomeiwen.com/subject/dzyfuttx.html