iOS版。可以添加RN .a libs而不是安装RN环境吗?

时间:2018-05-15 02:45:23

标签: ios react-native

  1. 我用RN命令创建了AwesomeProject。
  2. 用xcode打开它,并通过模拟器建立成功。
  3. 我在'Debug-iphonesimulator'文件夹下找到RN .a libs。
  4. 创建一个新的xcode项目并添加第3步.a libs。
  5. 建立成功。
  6. 复制RCTRootView在AppDelegate中分配initWithBundleURL代码后,xcode构建失败(选择模拟器),出现154个常见错误:
  7.   

    架构x86_64的未定义符号:
      “std :: __ 1 :: system_error :: system_error(int,std :: __ 1 :: error_category   const&,char const *)“,引自:         在libReact.a(JSBigString.o)中的folly :: throwSystemErrorExplicit(int,char const *)“std :: __ 1 :: basic_streambuf> :: setbuf(char *,long)”,引自:         用于google :: base_logging的vtable :: libReact.a中的LogStreamBuf(logging.o)         vtable for std :: __ 1 :: basic_stringbuf,std :: __ 1 :: allocator>在   libReact.a(logging.o)         vtable for std :: __ 1 :: basic_stringbuf,std :: __ 1 :: allocator>在   libReact.a(JSCHelpers.o)

    我想知道这种方式是否有效?
    是否有必要安装RN环境?

0 个答案:

没有答案