Xcode链接器命令在所有项目中失败,退出代码为1(使用-v查看调用)

Xcode链接器命令在所有项目中失败,退出代码为1(使用-v查看调用),xcode,react-native,Xcode,React Native,我在所有项目中都有这个问题,Xcode不想启动我的项目,我已经重新安装了我的Xcode,但没有结果。我的Xcode版本10.1(10B61)。错误代码: ld: warning: directory not found for option '-L/Users/nikitaiakushev/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.0/iphones

我在所有项目中都有这个问题,Xcode不想启动我的项目,我已经重新安装了我的Xcode,但没有结果。我的Xcode版本10.1(10B61)。错误代码:

    ld: warning: directory not found for option '-L/Users/nikitaiakushev/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.0/iphonesimulator'
Undefined symbols for architecture x86_64:
  "___darwin_check_fd_set_overflow", referenced from:
      _RAND_poll in libcrypto.a(rand_unix.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

尝试删除Podfile.lock文件和Pods文件夹。然后尝试安装pods。如果有效,请尝试,如果无效,请尝试转到目标生成设置,并将反射元数据级别标志设置为“无”