美文网首页
Xcode 真机运行报错unable install

Xcode 真机运行报错unable install

作者: barry | 来源:发表于2022-04-07 16:37 被阅读0次

    错误信息

    This app contains an app extension with an illegal bundle identifier. App extension bundle identifiers must 
    have a prefix consisting of their containing application's bundle identifier followed by a '.'.
    

    查了好多资料并不能解决我的问题,问题产生的最终原因是有个过期的证书未删除导致的,在钥匙串中删除即可正常运行了。

    参考资料,并未能解决

    Stackoverflow

    CSDN

    相关文章

      网友评论

          本文标题:Xcode 真机运行报错unable install

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