临时部署:可执行文件使用无效权利进行签名
我尝试使用临时部署安装应用程序,但收到以下错误:“可执行文件已使用无效权利进行签名。”
我使用 Xcode 4.2。据我所知,我不再需要创建 entitlements.plist 文件。知道哪里出了问题吗?
I try to install an application using ad-hoc deployment and I get the following error: "The executable was signed with invalid entitlements."
I use Xcode 4.2. As far as I know I don't need to create a entitlements.plist file anymore. Any idea on what is wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要 Entitlements.plist。但我创建了一个新的代码签名“部署”,添加了部署配置文件。
Entitlements.plist is not needed. But I created a new code signement "Deployment" add added the Deployment Profile to it.