Unable to build v3.13.1 with RN 0.69 and Fabric
See original GitHub issueDescription
Xcode build is failing with No template named 'optional' in namespace 'std'; did you mean 'folly::Optional'?
Screenshots

Steps To Reproduce
1.USE_FABRIC=1 RCT_NEW_ARCH_ENABLED=1 pod install
2. Build with Xcode.
Expected behavior
Succeeds to build.
Actual behavior
Fails to build.
Reproduction
Platform
- iOS
- Android
- Web
- Windows
- tvOS
Workflow
- Managed workflow
- Bare workflow
Package versions
package | version |
---|---|
react-native | 0.69.0-rc.6 |
@react-navigation/native | 6.0.10 |
@react-navigation/native-stack | 6.6.2 |
react-native-screens | 3.13.1 |
react-native-safe-area-context | 3.3.2 |
react-native-gesture-handler | 2.4.2 |
react-native-reanimated | 3.0.0-rc.0 |
Issue Analytics
- State:
- Created a year ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
React Native 0.69.5 White Screen Crash - Stack Overflow
I had react native 0.68.2 project for update I created new react project then installed expo bareworkflow add all packages 1 by 1...
Read more >configure project :react-native-reanimated aar for ... - You.com
After some days i was done with iOS, but now i'm struggling with Android, not able to build grade files. I enabled Fabric...
Read more >Enabling Fabric on iOS - React Native
1. Enable Fabric in Podfile. Add changes to your Podfile. You can see some examples in RNTester and rn-demo-app. Podfile.
Read more >react-native-svg - npm.io
Fabric is React Native's new rendering system. As of version 13.0.0 of this project, Fabric is supported only for react-native 0.69.0+.
Read more >120-3-3 rules and regulations for the state minimum fire safety ...
Persons who shall violate a provision of this Code or shall fail to comply with any of the requirements thereof or who shall...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @maxperry! We’ve just released version 3.14. Could you try to upgrade and let us know whether it works for you now?
Because Fabric uses C++17, and we still use C++11,