Open Orijinn-github opened 4 years ago
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.