我正在尝试运行本机反应。但是当我尝试构建ios时,显示以下错误
**建筑失败**
以下命令产生分析器问题:
Analyze Base / RCTPlatform.m Analyze Views / RCTTabBarItem.m
Analyze Views / RCTTabBar.m Analyze Profiler / RCTProfile.m(4个命令 与分析仪问题)
以下构建命令失败:CompileC /apps/snp/snapstaff_talent/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTPlatform.o Base / RCTPlatform.m正常x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler CompileC /apps/snp/snapstaff_talent/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTTabBarItem.o Views / RCTTabBarItem.m正常x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler CompileC /apps/snp/snapstaff_talent/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTTabBar.o 视图/ RCTTabBar.m正常x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler CompileC /apps/snp/snapstaff_talent/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTProfile.o Profiler / RCTProfile.m正常x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler分析 Base / RCTPlatform.m分析视图/ RCTTabBarItem.m分析 Views / RCTTabBar.m分析Profiler / RCTProfile.m Libtool /apps/snp/snapstaff_talent/ios/build/Build/Products/Debug-iphonesimulator/libReact.a 正常x86_64 Ld 构建/编译/产品/调试-iphonesimulator / snapstaff_talent.app / snapstaff_talent 正常x86_64 GenerateDSYMFile 构建/编译/产品/调试-iphonesimulator / snapstaff_talent.app.dSYM 构建/编译/产品/调试-iphonesimulator / snapstaff_talent.app / snapstaff_talent LD 构建/编译/产品/调试-iphonesimulator / snapstaff_talentTests.xctest / snapstaff_talentTests 正常x86_64 GenerateDSYMFile 构建/编译/产品/调试-iphonesimulator / snapstaff_talentTests.xctest.dSYM 构建/编译/产品/调试-iphonesimulator / snapstaff_talentTests.xctest / snapstaff_talentTests (13次失败)
安装 build / Build / Products / Debug-iphonesimulator / snapstaff_talent.app 处理命令时遇到错误 (domain = LaunchServicesError,code = 0):操作不能 完成。 (LaunchServicesError错误0。)启动 org.reactjs.native.example.snapstaff-talent遇到错误 处理命令(domain = FBSOpenApplicationErrorDomain,code = 4): 该操作无法完成。 (FBSOpenApplicationErrorDomain 错误4。)
我是反应原生的新手。我正在使用OS X El Capitan。请帮帮我。