美文网首页
Notification service Extension,N

Notification service Extension,N

作者: Jack_King_ | 来源:发表于2021-10-13 14:20 被阅读0次

项目比较旧,新添加的 Notification Service Extension 报出如下异常:

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:     Apple Development: *** (FC4CGVWLZ8)

考虑到时代码签名问题,所以修改 “VALID_ARCHS”为$(ARCHS_STANDARD)
targe -> build setting -> 搜索 arch

build setting
相关文章1: 暂时忽略,只在 install 时安装
相关文章2: 旧版本xcode新建项目配置

相关问题欢迎留言

相关文章

网友评论

      本文标题:Notification service Extension,N

      本文链接:https://www.haomeiwen.com/subject/icndoltx.html