admin管理员组文章数量:1392047
Problem
After upgrading to React Native 0.78 and enabling the New Architecture, my iOS build fails in Xcode with the following error: This occurs when trying to build my app with react-native-worklets-core (used by VisionCamera for Frame Processors).
Environment
"react-native": "0.78.0",
"react-native-worklets-core": "1.5.0",
"react-native-vision-camera": "4.6.3",
"react": "19.0.0",
What I've Tried
- Clean Build & Reinstall
- rm -rf node_modules ios/Pods ios/build && yarn install
- cd ios && pod install
- Running Codegen Manually
yarn react-native codegen
- Running pod install with RCT_NEW_ARCH_ENABLED=1
版权声明:本文标题:iOS Build Fails with 'RNWorkletsSpec.h' file not found in Xcode (React Native 0.78 New Arch) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744782460a2624794.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论