Error: Embedded binary is not signed with the same certificate as the parent app
Error: Embedded binary is not signed with the same certificate as the parent app
我在我的项目中使用 OpenVPNAdapter 库已有几个月了。但是突然间,我不知道为什么,在我尝试打包时它开始出现这个错误。我试图通过 Sublime Text 更改项目中出现的 SHA1 代码,但没有成功。你有什么想法可以帮助我吗?
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: iPhone Developer: Salih Balkan (5P7FM4G8DY)
(SHA1 Hash: 4F9B1A9F1BD61A0448B55B0D99224C63217FA4FA)
Parent App Signing Certificate: iPhone Developer: Salih Balkan (5P7FM4G8DY)
(SHA1 Hash: 575CC2961C25C553C66CE41A5D409D08BFC0EA17)
我终于解决了!这是因为在我的项目文件中使用了嵌入的 .appex 文件,而不是在打包时编译。我无法在我的分叉项目中重建 .appex,因为我几个月前直接从分叉应用程序的 Products 文件夹中复制了 .appex 文件。我通过设置包标识符并从分叉项目重建项目(所以也是 .appex 文件)并将新的 .appex 文件粘贴到我的项目来解决这个问题。
我在我的项目中使用 OpenVPNAdapter 库已有几个月了。但是突然间,我不知道为什么,在我尝试打包时它开始出现这个错误。我试图通过 Sublime Text 更改项目中出现的 SHA1 代码,但没有成功。你有什么想法可以帮助我吗?
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: iPhone Developer: Salih Balkan (5P7FM4G8DY)
(SHA1 Hash: 4F9B1A9F1BD61A0448B55B0D99224C63217FA4FA)
Parent App Signing Certificate: iPhone Developer: Salih Balkan (5P7FM4G8DY)
(SHA1 Hash: 575CC2961C25C553C66CE41A5D409D08BFC0EA17)
我终于解决了!这是因为在我的项目文件中使用了嵌入的 .appex 文件,而不是在打包时编译。我无法在我的分叉项目中重建 .appex,因为我几个月前直接从分叉应用程序的 Products 文件夹中复制了 .appex 文件。我通过设置包标识符并从分叉项目重建项目(所以也是 .appex 文件)并将新的 .appex 文件粘贴到我的项目来解决这个问题。