xcode 16 遇到contains bitcode

问题

复制代码
"id" : "xxx-xxx-xxx",
    "status" : "409",
    "code" : "STATE_ERROR.VALIDATION_ERROR",
    "title" : "Validation failed",
    "detail" : "Invalid Executable. The executable 'xxx.app/Frameworks/xxxx.framework/xxxx' contains bitcode."

根本原因

https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Deprecations

解决办法

https://stackoverflow.com/questions/78993520/invalid-executable-the-executable-appname-app-frameworks-hermes-framework-herm

可靠性

待验证

非常抱歉,刚刚遇到这个问题,一起验证吧。

相关推荐
Frank学习路上3 小时前
【IOS】XCode创建firstapp并运行(成为IOS开发者)
开发语言·学习·ios·cocoa·xcode
Misha韩5 小时前
React Native 初始化项目和模拟器运行
react native
@PHARAOH12 小时前
WHAT - 依赖管理工具 CocoaPods
xcode·cocoapods
小溪彼岸1 天前
【XCode】Copilot for XCode AI编程助手
xcode
Misha韩2 天前
React Native 亲切的组件们(函数式组件/class组件)和陌生的样式
react native·函数式组件·class组件
1234Wu2 天前
React Native 接入 eCharts
javascript·react native·react.js
wen's3 天前
React Native 0.79.4 中 [RCTView setColor:] 崩溃问题完整解决方案
javascript·react native·react.js
Daniel_Coder3 天前
Xcode 中常用图片格式详解
ios·xcode·swift
朝阳393 天前
ReactNative【实战系列教程】我的小红书 3 -- 自定义底栏Tab导航(含图片选择 expo-image-picker 的使用)
react native
冰冷的bin4 天前
【React Native】自定义倒计时组件CountdownView
react native