ios打包上传报错 uni-app

ios打包上传报错 uni-app

开发环境 版本号 项目创建方式
Mac 10 HBuilderX

操作步骤:

  • 打包上传app store

预期结果:

  • 正常上传

实际结果:

  • 上传失败,报错

bug描述:

使用hbuilder x 4.45版本打包ios,上传app store的时候,提示报错:

Validation failed (409)
Invalid Bundle Executable. The executable file 'HBuilder.app/Frameworks/SVGAPlayer.framework/SVGAPlayer' contains incomplete bitcode. To compile binaries with complete bitcode, open Xcode and choose Archive in the Product menu.

但是前面使用4.24版本打包的时候,没有报错,可以正常上传。 我想问下,这是hbuilder x打包的问题,还是这个插件有问题?

Image


更多关于ios打包上传报错 uni-app的实战教程也可以访问 https://www.itying.com/category-93-b0.html

3 回复

是不是用了第三方插件了 插件包含了SVGAPlayer.framework 这个库 但这个库存在bitcode 的问题 需要替换

更多关于ios打包上传报错 uni-app的实战教程也可以访问 https://www.itying.com/category-93-b0.html


是用了这个库,但是用4.24版本的hbuilder x打包没有问题,用4.45又有问题。不怎么懂ios,替换这个也麻烦

回复 m***@163.com: 你没改过的话 应该是打包机更新了Xcode 也好办 自己重新build一下这个库 把那个库替换一下就行

回到顶部