XCode真机测试发布时产生The executable was signed with invalid entitlements.解决办法

提示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,状态为YES

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

时间: 2024-10-03 13:10:05

XCode真机测试发布时产生The executable was signed with invalid entitlements.解决办法的相关文章

Xcode “The executable was signed with invalid entitlements.”

问题描述 我们从网上下载一些现成的 Project 时,有时会遇到这个问题: 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. (0xE80080

解决Xcode真机测试时ineligible devices的问题

升级了Xcode到6.3,连接真机测试时,出现不能选择设备.如图: 设备系统版本是8.3的,Xcode连接其他低系统版本的设备做真机测试时就不会有这个问题. 有人说这是Xcode6.3的bug. 我的解决方法:在Xcode的菜单中Product -> Destination,从这里选择真机. 还不能解决可参考一下方法: 在Build Settings中 iOS Deployment Target 设置不大于真机系统的版本: 重启mac.Xcode,重连设备等: 希望能解决你遇到的相同问题.

Xcode真机测试could not find developer disk image解决方法

在使用Xcode进行真机调试的时候,有时根据真机的系统不同,会出现could not find developer disk image 错误,这是由于真机系统过高或者过低,Xcode中没有匹配的配置包文件,我们可以通过这个路径进入配置包的存放目录: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 里面有类似这样的一些文件夹,如果这些文件夹中没有包含我们真机的系统,则不能进行

【转】Xcode真机测试could not find developer disk image解决方法

在使用Xcode进行真机调试的时候,有时根据真机的系统不同,会出现could not find developer disk image 错误,这是由于真机系统过高或者过低,Xcode中没有匹配的配置包文件,我们可以通过这个路径进入配置包的存放目录: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 里面有类似这样的一些文件夹,如果这些文件夹中没有包含我们真机的系统,则不能进行

Xcode 真机测试遇到

Please verify that your device's clock is properly set, and that your signing certificate is not expired. 网上搜了下,基本都是关于越狱相关的.博主自己说实话,没越狱.那问题来了,那到底是什么原因呢,查了一下keychain发现证书出问题了...

xocde真机测试 内存查看

如上, 有的时候真机调试, 内存和cpu占用没有被展示出来, 那么真机测试的时候怎么查看我们当前使用的内存呢, 有办法: instrument->activity monitory 点击左上角的红点, 再在中间选中trace highlights, 就可以查看你当前使用的内存了, 2. 查看程序的数据库 需要第三方的工具, 有两种可以选择, mesaSQLite和iTool,

解决Xcode在ipad/iphone 9.2 系统真机测试时出现could not find developer disk image问题

解决Xcode在ipad/iphone 9.2 系统真机测试时出现could not find developer disk image问题 方法1:拷贝这个文件(http://download.csdn.net/detail/cvbtvbwu/9340467)到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport,然后重新启动xcode(完全退出)就可以了. 方法2:更新Xcod

真机测试时的错误:No matching provisioning profiles found

1.出现错误的原因是这样的---- 公司接收一个外包项目,原来做真机测试的时候,用的是公司申请的苹果开发者账号.现在项目结束了,准备上线,但客户要求使用客户自己的苹果开发者是账号上线,于是就用客户的账号测试了一下,结果出现了下面截图中的错误 到这里已经是开始真机运行了,证书和描述文件都已经下载,激活,并配置成功,接近最后一步就要成功了,可是卡克了.因为开发的时间不长,原来也没遇到过这样的问题.只能自己查资料了,解决方案不一定适合,但是可以借鉴一下. 2.出现问题的原因: a.看警告报的说明,说白

真机测试时出现 could not find developer disk image问题

解决Xcode在ipad/iphone 系统真机测试时出现could not find developer disk image问题 原因:手机系统版本比xcode版本高,sdk不支持 方法:更新Xcode版本.