美文网首页
IPA上传报错INFO: Invalid checksum on

IPA上传报错INFO: Invalid checksum on

作者: ___________枫林晚 | 来源:发表于2021-04-16 17:26 被阅读0次
    [2021-04-16 16:59:01 CST] <main>  INFO: Invalid checksum on resource download for: https://contentdelivery.itunes.apple.com/transporter/repositories/j2se8/2.1.0/bundles/org.xerial.sqlite-jdbc-3.27.2.1.jar expected: 0b2eff4ff050a1e6edb0dd0435de3ef5, received: 07a60cb927a913b74f5dab90c5983ec7
    java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.apple.transporter.launcher.Application.start(Application.java:212)
        at com.apple.transporter.launcher.Application.main(Application.java:642)
    Caused by: com.apple.transporter.bootstrap.BundleNotFoundException: bundle=[org.xerial.sqlite-jdbc] version=[3.27.2.1,4.0.0) not found.
        at com.apple.transporter.bootstrap.BootstrapperPhase1.downloadNeededBundles(BootstrapperPhase1.java:267)
        at com.apple.transporter.bootstrap.BootstrapperPhase1.bootstrap(BootstrapperPhase1.java:97)
        at com.apple.transporter.bootstrap.BootstrapperPhase1.bootstrap(BootstrapperPhase1.java:59)
        at com.apple.transporter.launcher.Launcher.launchBootstrapper(Launcher.java:37)
        ... 6 more
    

    因为我是两个版本的Xcode,一个在Application位置,另一个在外接磁盘,可能会导致这个问题。

    重新上传包,上传成功

    未解之谜

    相关文章

      网友评论

          本文标题:IPA上传报错INFO: Invalid checksum on

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