'folly/Portability.h' file not found
See original GitHub issue🐛 Bug Report
To Reproduce
Expected Behavior
Code Example
Environment
Issue Analytics
- State:
- Created 4 years ago
- Reactions:18
- Comments:35
Top Results From Across the Web
'folly/Portability.h' file not found React library - Stack Overflow
Running into a build failure on Xcode with my react native project. the error is 'folly/Portability.h' file not found.
Read more >'folly/Portability.h' file not found in JSBundleType.h
React Native Environment Info: System: OS: macOS 10.14.4 CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Memory: 180.06 MB / 8.00 GB ......
Read more >I have upgraded mac to macOS Ventura V13 - Apple Developer
When I have run npx react-native run-ios I receive the following error that prevents my Application from being compiled: info Found Xcode project...
Read more >duplicate module name: react-native-vector-icons
'folly/portability.h' file not found. Got the same issue with 'folly/Portability.h' after upgrading from 0.58.4 to 0.59.0 and 0.59.1 What is weird, ...
Read more >React Native with Go Mobile on Mac Catalyst - Daniel Wiese
/ios/Pods/Headers/Private/Flipper-Folly/folly/portability/Time.h:51:17: ... symbol(s) not found for architecture x86_64 clang: error: linker ...
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
This is my current podfile
Adding the post_install is a confirmed workaround:
Leaving the issue open until we resolve the root cause (or update the doc to recommend this workaround 😄 ).
Thanks @gabrieletondi !