'boost/iterator/iterator_adaptor.hpp' file not found
按照官网教程学习 react-native 卡在了第一步, 运行程序时报错,使用Xcode打开工程发现报错为 'boost/iterator/iterator_adaptor.hpp' file not found
终端报错 :
Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/AwesomeProject.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
github 上 facebook/react-native 已经有人开了 issue 并已解决
- 缺失的文件是在
AwesomeProject/node_modules/react-native/third-party/boost_1_63_0/boost目录下 - 下载整个 boost_1_63_0 包,替换上去即可
image











网友评论