I use Xcode 9, everything was fine. but after I upgraded my version for React-native to 0.46 and upgraded my React to 16.0.0 alpha12. and restart my project, Xcode gives me the error 'boost/config/user.hpp' file not found , I use brew install boost to install boost. but it does the job. Something seems to be wrong with native-native because I can use Xcode to create a new iOS project and it works great, but when I use "init-init initProject" it gives me the same error.
source share