码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • webrtc ios build signing


    构建命令

    $ gn gen out/ios --args='target_os="ios" target_cpu="arm64" rtc_include_tests=false' --ide=xcode
    
    • 1

    报错,这个错误是因为存在多个签名的问题,通过错误信息知道其中有一个是无效的(被吊销),移除之后重新执行构建命令就好了。

    • 打开 Keychain Access 应用程序
    • 在左侧的导航栏中选择 “login”(登录)
    • 在右上角的搜索框中输入证书的标识符或名称,例如 - “501352425@qq.com”
    • 右键单击要删除的证书,并选择 “删除”
    ERROR at //build/config/ios/ios_sdk.gni:142:33: Script returned non-zero exit code.
        ios_code_signing_identity = exec_script("find_signing_identity.py",
                                    ^----------
    Current dir: /Users/stone/webrtc/src/out/ios/
    Command: python3 /Users/stone/webrtc/src/build/config/ios/find_signing_identity.py --matching-pattern Apple Development: 501352425@qq.com (M4SLWMVGS5)
    Returned 1 and printed out:
    
    Automatic code signing identity selection was enabled but could not
    find exactly one codesigning identity matching "Apple Development: 501352425@qq.com (M4SLWMVGS5)".
    
    Check that the keychain is accessible and that there is exactly one
    valid codesigning identity matching the pattern. Here is the parsed
    output of `xcrun security find-identity -v -p codesigning`:
    
      1) 7D4B9***********************************: "Apple Development: 501352425@qq.com (M4SLW*****)"
      2) 51899***********************************: "Apple Development: 501352425@qq.com (M4SLW*****)"
        2 valid identities found
    
    See //build/config/sysroot.gni:73:5: whence it was imported.
        import("//build/config/ios/ios_sdk.gni")
        ^--------------------------------------
    See //build/config/linux/pkg_config.gni:5:1: whence it was imported.
    import("//build/config/sysroot.gni")
    ^----------------------------------
    See //BUILD.gn:24:1: whence it was imported.
    import("//build/config/linux/pkg_config.gni")
    ^-------------------------------------------
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
  • 相关阅读:
    求合伙人 求一个会做大模型开发的老板。。
    【经验】通过跳板机远程连接内网服务器的相关配置
    【Linux从0到1】第十四篇:HTTP&&HTTPS
    Spring——感谢尚硅谷官方文档
    Java项目上传GitHub,保姆级教程,必看!
    记一次 .NET 某金融企业 WPF 程序卡死分析
    初级算法之数组
    React.memo()、userMemo 、 userCallbank的区别及使用
    一、综合——通信职业道德
    【csharp】抽象类与接口有哪些不同?什么时候应该使用抽象类?
  • 原文地址:https://blog.csdn.net/momo0853/article/details/134028891
  • 最新文章
  • 攻防演习之三天拿下官网站群
    数据安全治理学习——前期安全规划和安全管理体系建设
    企业安全 | 企业内一次钓鱼演练准备过程
    内网渗透测试 | Kerberos协议及其部分攻击手法
    0day的产生 | 不懂代码的"代码审计"
    安装scrcpy-client模块av模块异常,环境问题解决方案
    leetcode hot100【LeetCode 279. 完全平方数】java实现
    OpenWrt下安装Mosquitto
    AnatoMask论文汇总
    【AI日记】24.11.01 LangChain、openai api和github copilot
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1
正则表达式工具 cron表达式工具 密码生成工具

京公网安备 11010502049817号