error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening GitHubRN.xcworkspace. Run CLI with --verbose flag for more details.
Build settings from command line:
TOOLCHAINS = com.apple.dt.toolchain.XcodeDefault
note: Using new build system
note: Planning build
note: Constructing build description
CompileC /Users/g.zhu/Library/Developer/Xcode/DerivedData/GitHubRN-cgasjxswsygxeqbzpjggizdwjrkz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Yoga.build/Objects-normal/x86_64/event.o /Users/g.zhu/Desktop/React/GitHubRN/node_modules/react-native/ReactCommon/yoga/yoga/event/event.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yoga' from project 'Pods')
cd /Users/g.zhu/Desktop/React/GitHubRN/ios/Pods
export.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios9.0-simulator -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++14 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/g.zhu/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/g.zhu/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=yoga -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-
Build system information
error: Cycle in dependencies between targets 'CocoaAsyncSocket' and 'Yoga'; building could produce unreliable results.
Cycle path: CocoaAsyncSocket → YogaKit → Yoga → CocoaAsyncSocket
Cycle details:
→ Target 'CocoaAsyncSocket': Libtool /Users/g.zhu/Library/Developer/Xcode/DerivedData/GitHubRN-cgasjxswsygxeqbzpjggizdwjrkz/Build/Products/Debug-iphonesimulator/CocoaAsyncSocket/libCocoaAsyncSocket.a normal x86_64
○ Target 'CocoaAsyncSocket' has compile command with input '/Users/g.zhu/Desktop/React/GitHubRN/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.m'
○ That command depends on command in Target 'YogaKit': script phase “Copy generated compatibility header”
→ Target 'YogaKit' has target dependency on Target 'Yoga'
→ Target 'Yoga' has compile command with input '/Users/g.zhu/Desktop/React/GitHubRN/ios/Pods/Target Support Files/Yoga/Yoga-dummy.m'
warning: no rule to process file '/Users/g.zhu/Desktop/React/GitHubRN/ios/Pods/Flipper-RSocket/rsocket/benchmarks/CMakeLists.txt' of type 'text' for architecture 'x86_64' (in target 'Flipper-RSocket' from project 'Pods')
warning: no rule to process file '/Users/g.zhu/Desktop/React/GitHubRN/ios/Pods/Flipper-RSocket/rsocket/benchmarks/README.md' of type 'net.daringfireball.markdown' for architecture 'x86_64' (in target 'Flipper-RSocket' from project 'Pods')
warning: no rule to process file '/Users/g.zhu/Desktop/React/GitHubRN/ios/Pods/Flipper-RSocket/rsocket/README.md' of type 'net.daringfireball.markdown' for architecture 'x86_64' (in target 'Flipper-RSocket' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 5.0, but the range of supported deployment target versions is 8.0 to 13.1.99. (in target 'CocoaAsyncSocket' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 to 13.1.99. (in target 'OpenSSL-Universal' from project 'Pods')
** BUILD FAILED **