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

相关推荐
红橙Darren4 小时前
手写操作系统 - 编译链接与运行
android·ios·客户端
鹏多多.7 小时前
flutter-使用device_info_plus获取手机设备信息完整指南
android·前端·flutter·ios·数据分析·前端框架
麦兜*1 天前
【swift】SwiftUI动画卡顿全解:GeometryReader滥用检测与Canvas绘制替代方案
服务器·ios·swiftui·android studio·objective-c·ai编程·swift
GeniuswongAir1 天前
iOS 26 一键登录失效:三大运营商 SDK 无法正常获取手机号
ios
吴Wu涛涛涛涛涛Tao1 天前
Flutter 实现类似抖音/TikTok 的竖向滑动短视频播放器
android·flutter·ios
猪哥帅过吴彦祖1 天前
Flutter 插件工作原理深度解析:从 Dart 到 Native 的完整调用链路
android·flutter·ios
归辞...1 天前
「iOS」————UITableView性能优化
ios·性能优化·cocoa
AI工具测评与分析1 天前
EhViewer安卓ios全版本类下载安装工具的完整路径解析
android·ios
叽哥2 天前
flutter学习第 18 节:设备功能调用
android·flutter·ios