自学内容网 自学内容网

XCode Build时遇到 .entitlements could not be opened 的问题

遇到错误

在构建成功的XCode工程上,手动打开XCode并Build,遇到以下问题:

The file .entitlements could not be opened. Did you forget to declare this file as an output of a script phase or custom build rule which produces it 

打开这个位置发现,文件确实不存在,只存在一个 {项目}Client.entitlements 的文件。

因此,联想到,应该是当前的scheme选择地不对,应该构建出 {项目名}Client,而非构建出 {项目名} 。

解决方法

一、Product ->Scheme ->Edit Scheme菜单 → Run一栏选择XXX Client

二、确保下图蓝框处符合预期:

三、点击Build


原文地址:https://blog.csdn.net/sinat_23135151/article/details/143949448

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!