You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the project, it fails with various "file not found" messages for files inside
For example, fatal error: 'boost/config/warning_disable.hpp' file not found #include <boost/config/warning_disable.hpp>
I had similar issue, Xcode couldn't find the config.hpp. As understand it is issue with your system/cocoapods, files of boost-for-react-native is not completely downloaded. As temporary solution you can download missing files directly from the repo and paste them to your project.
Bug report
Summary
When building the project, it fails with various "file not found" messages for files inside
For example,
fatal error: 'boost/config/warning_disable.hpp' file not found #include <boost/config/warning_disable.hpp>
Environment info
react-native info
output:Library version: 1.63.0
Steps to reproduce
The build will fail.
I saw all the Stackoverflow posts regarding the issue, e.g. this one - nothing helps.
Seems as the lib misses a path of some kind.
Will greatly appreciate any help or idea.
The text was updated successfully, but these errors were encountered: