-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after upgrading to xcode 12.0 getting 'folly/json_pointer.h' file not found #30000
Comments
|
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
I have the same issue after upgrading to react native 0.71.1, this is my
|
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
This issue was closed because the author hasn't provided the requested feedback after 7 days. |
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
After upgrading to Xcode 12.0 I am no longer able to build my project and am getting 'folly/json_pointer.h' file not found.
I've also tried building a completely new project to compare, however the new project also gets the same issue
To reproduce:
I am also getting the same 'folly/json_pointer.h' file not found
fatal error: 'folly/CppAttributes.h' file not found
fatal error: 'folly/Unicode.h' file not found
fatal error: 'folly/concurrency/UnboundedQueue.h' file not found
React Native version: 0.63.2
mac OS 10.15.4
xcode 12.0
I downgraded back to xcode 11.7 and had to try and clean everything and was able to get my build working again:
not sure if I had tried the above if I could have got xcode 12.0 to work with my build
The text was updated successfully, but these errors were encountered: