解决打包时出现的Failed to verify bitcode
Posted 一米王子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决打包时出现的Failed to verify bitcode相关的知识,希望对你有一定的参考价值。
今天给一个老项目打包在导出包的时候报错,可能是因为xcode升级造成的
Failed to verify bitcode in Fuzi.framework/Fuzi:
error: Bundle only contains bitcode-marker /var/folders/xw/bwm83fgx2xbf7myb2rgbht5m0000gn/T/XcodeDistPipeline.YC2/Root/Payload/Client.app/Frameworks/Fu…
从报错的log上看出是因为Fuzi.framework这个库验证bitcode的时候出错,重新编译该库
1、打开库,选择targets,点击+号
2、添加如下的字段,并设置为bitcode,重新编译该库添加到项目内
以上是关于解决打包时出现的Failed to verify bitcode的主要内容,如果未能解决你的问题,请参考以下文章
解决: PyInstaller打包后exe文件打开时出现failed to execute script
上传博客到github时出现的问题 Failed to connect to github.com port 443: Timed out
用 pyinstaller 打包生成 exe 后,执行时出现 Failed to execute script 错误
PHP中 Warning: mail(): Failed to connect to mailserver at "stmp.163.com" port 25, verify yo