真机测试时证书不匹配错误

来源:互联网 发布:node v6.11.0 x64.msi 编辑:程序博客网 时间:2024/04/30 11:20

从网上下载了一个Demo,在点击Build And Run后,提示The executable was signed with invalid entitlements.(The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile.)错误,没有发布成功。在网上查询资料后,按照其中一个方法成功解决了此问题,具体如下:

 

第一步:在工程中添加文件new file,选择Resource 中的Property List,添加后名称为Entitlements.plist。

 

第二步:点击Entitlements.plist进行编辑,删除所有Root下的Key,然后添加一个Boolean类型,名称为get-task-allow的Key,状态为TRUE

 

第三步:在Targets中的Info中的Build选项卡中的Code Signing Entitlements的值设为Entitlements.plist,重新Build即可解决

 


0 0
原创粉丝点击