美文网首页
'boost/iterator/iterator_ada

'boost/iterator/iterator_ada

作者: 印第安的老斑鸠 | 来源:发表于2018-08-08 17:36 被阅读73次

'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 并已解决
  1. 缺失的文件是在 AwesomeProject/node_modules/react-native/third-party/boost_1_63_0/boost 目录下
  2. 下载整个 boost_1_63_0 包,替换上去即可
image

相关文章

网友评论

      本文标题:'boost/iterator/iterator_ada

      本文链接:https://www.haomeiwen.com/subject/bkvxbftx.html