Invalid Executable The executable contains bitcode

Invalid Executable The executable contains bitcode

  • xcode世界xcode16后,打包上传testflight时三方库报错:Invalid Executable - The executable '***.app/Frameworks/xxx.framework/xxx' contains bitcode.

  • 解决方案:

    执行一下指令删除该framework的bitcode
    xcrun bitcode_strip ${framework_path} -r -o ${framework_path
    framework_path是该xxx.framework目录下的路径

    或者cdd到该xxx.framework目录下执行
    xcrun bitcode_strip xxx -r -o xxx

相关推荐
Zender Han18 分钟前
Flutter 新版 Google Sign-In 插件完整解析(含示例讲解)
android·flutter·ios·web
Digitally1 小时前
如何在iPhone上共享日历
ios·iphone
库奇噜啦呼4 小时前
【iOS】多线程学习
macos·ios·cocoa
许泽宇的技术分享5 小时前
用 OpenAI Whisper + pyannote.audio 打造“谁在说什么”的全栈语音理解系统
macos·whisper·xcode
xiAo_Ju5 小时前
iOS一个Fancy UI的Tricky实现
前端·ios
游戏开发爱好者86 小时前
iOS 商店上架全流程解析 从工程准备到审核通过的系统化实践指南
android·macos·ios·小程序·uni-app·cocoa·iphone
QuantumLeap丶8 小时前
《Flutter全栈开发实战指南:从零到高级》- 18 -自定义绘制与画布
android·flutter·ios
玲珑Felone13 小时前
flutter 状态管理--InheritedWidget、Provider原理解析
android·flutter·ios
AskHarries15 小时前
中国身份证注册美区 Apple Developer 个人账号完整教程
ios·apple