美文网首页
上传应用时 CFBundleExecutable 错误

上传应用时 CFBundleExecutable 错误

作者: a0ae65e6edce | 来源:发表于2018-09-05 11:09 被阅读0次
    image.png

    原因是因为系统升级、xcode升级引起的。
    解决办法:
    1、改第三方的info.plist 文件就可以了
    在xcode左下角搜索info.plist 找到第三方的 info.plist文件,
    找到Bundle version字段 ,添加项目的build号
    添加Bundle identifier 字段,并对应添加项目的BundleId号;
    找到Bundle versions string, short字段 添加项目的版本号。转载
    http://www.cocoachina.com/bbs/read.php?tid-459904.html

    image.png
    网上搜的,亲身试过、问题并没解决。
    2、找到第三方的info.plist 直接删除Executable file

    相关文章

      网友评论

          本文标题:上传应用时 CFBundleExecutable 错误

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