美文网首页APP & program
关于 Telegram 打 AppStore ipa 描述文件报

关于 Telegram 打 AppStore ipa 描述文件报

作者: 试图与自己和解 | 来源:发表于2022-12-13 11:38 被阅读0次

    接到上头命令,让我打包一个 Telegram 的 App Store ipa 包时,在我将 developer 描述文件替换成 App Store 描述文件却打包报错:

    ERROR: /Users/xxx/Desktop/Telegram/Telegram-iOS/Telegram/BUILD:1578:14: no such target '@build_configuration//provisioning:Intents.mobileprovision': target 'Intents.mobileprovision' not declared in package 'provisioning' defined by /private/var/tmp/_bazel_tt/33b801b4dd16469bbea27d0e1fd3000e/external/build_configuration/provisioning/BUILD and referenced by '//Telegram:IntentsExtension'
    ERROR: Analysis of target '//Telegram:Telegram' failed; build aborted:

    但明明 Intents.mobileprovision 文件是我刚从 Apple Developer 下载下来的,即使重新替换掉该描述文件,其他描述文件又会随机一个出来报错,循环往复;

    解决方案:
    用正在打包的这台 mac 机器,去 Apple Developer 生成对应的 Distribution 发布证书,然后用该 Distribution 证书 重新生成所有对应的描述文件 下载下来替换打包。

    相关文章

      网友评论

        本文标题:关于 Telegram 打 AppStore ipa 描述文件报

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