码迷,mamicode.com
首页 > 其他好文 > 详细

'boost/iterator/iterator_adaptor.hpp' file not found之xcode生成时报错的解决方案

时间:2017-11-15 21:43:47      阅读:381      评论:0      收藏:0      [点我收藏+]

标签:根目录   mil   .com   点击下载   tor   log   amp   span   comm   

xcode生成rn(0.49.3)项目的时候出现“‘boost/iterator/iterator_adaptor.hpp‘ file not found之xcode”报错。

原因:

  /Users/xxx/.rncache 中 boost_1_63_0.tar.gz, double-conversion-1.1.5.tar.gz, folly-2016.09.26.00.tar.gz, glog-0.3.4.tar.gz 文件下载不完整

解决方案:

  1.点击下载.rncache完整包:点击下载百度网盘

  2.解压上面下载的完整包,替换.rncache,具体步骤:打开Finder使用快捷键“Command+Shift+G”前往文件夹.rncache进行替换;

  3.删除根目录node_modules,使用命令“npm i”重新安装node模块;

  4.Clean & Build 使用Xcode重新生成项目;

 

 

good luck~

'boost/iterator/iterator_adaptor.hpp' file not found之xcode生成时报错的解决方案

标签:根目录   mil   .com   点击下载   tor   log   amp   span   comm   

原文地址:http://www.cnblogs.com/vipstone/p/7840316.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!