SDK版本不匹配
你好,我的 iPhone 设备有 4.2.1 版本,我的 Xcode 说是 4.2 版本。这是任何问题吗,因为我无法在设备上调试我的应用程序。开发者文件夹也有 iphoneentitlements401 文件夹,它不应该是 4.2 而不是 401 吗?
我收到无法读取权利数据错误。请帮忙!
hi my IPhone device has 4.2.1 version, my xcode is saying 4.2 version. Is this any issue because i cant debug my app on device. also the developer folder has iphoneentitlements401 folder, shouldnt it be 4.2 instead of 401?
i am getting cannot read entitlements data ERROR. please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SDK 支持:
您需要将
IOS 部署目标
设置为您想要支持的最低 SDK。所以你需要将你的至少设置为 4.2。转到 项目 -> 编辑项目设置 -> 向下滚动到 部署,然后找到 IOS 部署目标
对于权利:
您的权利文件(如果存在)可能会如果已损坏,请删除它(如果有),然后添加一个新文件:
右键单击您的项目,然后单击添加,然后单击新文件并在iOS 下点击代码签名并选择权利。
SDK Support:
You need to set your
IOS Deployment Target
to the lowest SDK you want to support. So you would need to set yours to at least 4.2.Go to Project -> Edit Project Settings -> Scroll down to Deployment, then find IOS Deployment Target
For Entitlements:
Your entitlements file, if it exists, may be corrupt, remove it if you have it, then add a new one:
Right-click on your Project, then click Add, then New File and under iOS click on Code Signing and choose Entitlements.