【HMS core】【Scan kit】iOS集成扫码SDK无法上架问题之报错:Asset validation failed (90171)


【问题描述】

今天来看一个iOS集成了统一扫码SDK之后无法上架App Store的问题,下面来看一下问题的具体描述:

集成的SDK版本:1.1.0.303(2022-06-17)

报错信息如下图所示:

cke_2614.png

文本信息如下:

Asset validation failed (90171)

Invalid Bundle Structure – The binary file ‘UZApp.app/ScanKitFrameWorkBundle.bundle/ScanKitFrameWorkBundle’ is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure. 

 

【问题分析】

跟解决之前90166的报错同样的步骤,我们首先根据错误信息先来查找一下是否有朋友也遇到了相同的问题,通过查询发现确实有相同的错误,无效的捆绑结构提示ERROR ITMS-90171: “Invalid Bundle Structure – The binary file…这个故障,这个问题解决方案也很简单,我们接着来看下具体该怎么解决吧。

 

【解决方案】

这个问题的解决方案跟之前那个差不多,其实网上也有很多,我们不知道的时候就要去尝试,总能找到一种适合你的方案。

cke_3277.png

我们需要删除报错的bundle,这里是:ScanKitFrameWorkBundle.bundle,把里面的scankit_album.png保留,重新打包即可。

OK,到这里我们就把这个问题解决了。

欲了解更多更全技术文章,欢迎访问https://developer.huawei.com/consumer/cn/forum/?ha_source=zzh

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/279952.html

(0)
上一篇 2022年8月11日
下一篇 2022年8月11日

相关推荐

发表回复

登录后才能评论