嵌入式二进制文件未使用与父应用程序相同的证书签名: [英] Embedded binary is not signed with the same certificate as the parent app:

查看:2293
本文介绍了嵌入式二进制文件未使用与父应用程序相同的证书签名:的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这些是我在IOS应用程序开发中的第一步,我面临一些我无法想象的问题。

Those are my first steps in IOS applications development and I'm facing some problem that I can't figure out.

error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.

    Embedded Binary Signing Certificate:    Not Code Signed
    Parent App Signing Certificate:         iPhone Developer: Emil Adz (9QNEF95395)

我不明白是什么:嵌入式二进制签名证书

未代码签名

我试图撤消这些问题

有人知道如何解决问题吗?

Does some knows how it could be fixed?

提前感谢。

推荐答案

嵌入式二进制是指 >您正在与您的应用程序一起部署。

The embedded binary is referring to a widget that you are deploying alongside with your app.

在您的情况下,您没有使用任何签名身份签署您的小部件(因为您的错误提示未签署代码)。

In your case, you are not signing your widget with any Signing Identity (since your error says "Not Code Signed").

要解决此问题,请转到您的项目文件,找到您的窗口小部件的目标,并在构建设置选项卡下找到代码签名标识值。

To resolve this, go to your Project file, find your widget's target, and under the Build Setting tab, find the Code Signing Identity value. Choose the same code signing identity that you are using for your main app's target.

您还需要创建和配置配置文件特别为您的小部件,当您想要释放它。

You will also need to create and configure a provisioning profile specifically for your widget when you want to release it.

这篇关于嵌入式二进制文件未使用与父应用程序相同的证书签名:的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆