react-native: Fresh react-native (0.66) app does not build on XCode 13, iOS 11.6: compiler error on SysUio.o

Description

Generating a fresh project with npx react-native init MyApp --template react-native-template-typescript and yarn ios will produce the following error:

> $ yarn ios                                                                                                                                                         [±master ✓]
yarn run v1.22.15
$ react-native run-ios
info Found Xcode workspace "test.xcworkspace"
info Building (using "xcodebuild -workspace test.xcworkspace -configuration Debug -scheme test -destination id=BABE0744-F2DC-4792-AC7F-6FF0E9B65CFD")
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 test.xcworkspace.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace test.xcworkspace -configuration Debug -scheme test -destination id=BABE0744-F2DC-4792-AC7F-6FF0E9B65CFD

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: e1d96dd67f3c394da6db940c2b6215f5
Build description path: /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/XCBuildData/e1d96dd67f3c394da6db940c2b6215f5-desc.xcbuild

note: Build preparation complete
note: Building targets in parallel
WriteAuxiliaryFile /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CocoaAsyncSocket.build/Objects-normal/x86_64/CocoaAsyncSocket.LinkFileList (in target 'CocoaAsyncSocket' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    write-file /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CocoaAsyncSocket.build/Objects-normal/x86_64/CocoaAsyncSocket.LinkFileList

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/json.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/json.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/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 -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/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/json.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/json.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/json.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/json.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/dynamic.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/dynamic.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/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 -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/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/dynamic.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/dynamic.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/dynamic.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/dynamic.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/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 -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/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.o
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:47:9: warning: 'CLOCK_REALTIME' macro redefined [-Wmacro-redefined]
#define CLOCK_REALTIME 0
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:155:9: note: previous definition is here
#define CLOCK_REALTIME _CLOCK_REALTIME
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:48:9: warning: 'CLOCK_MONOTONIC' macro redefined [-Wmacro-redefined]
#define CLOCK_MONOTONIC 1
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:157:9: note: previous definition is here
#define CLOCK_MONOTONIC _CLOCK_MONOTONIC
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:49:9: warning: 'CLOCK_PROCESS_CPUTIME_ID' macro redefined [-Wmacro-redefined]
#define CLOCK_PROCESS_CPUTIME_ID 2
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:169:9: note: previous definition is here
#define CLOCK_PROCESS_CPUTIME_ID _CLOCK_PROCESS_CPUTIME_ID
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:50:9: warning: 'CLOCK_THREAD_CPUTIME_ID' macro redefined [-Wmacro-redefined]
#define CLOCK_THREAD_CPUTIME_ID 3
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:171:9: note: previous definition is here
#define CLOCK_THREAD_CPUTIME_ID _CLOCK_THREAD_CPUTIME_ID
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:52:17: error: typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')
typedef uint8_t clockid_t;
                ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:172:3: note: previous definition is here
} clockid_t;
  ^
4 warnings and 1 error generated.

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/String.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/String.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/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 -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/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/String.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/String.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/String.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/String.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/ScopeGuard.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/ScopeGuard.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/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 -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/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/ScopeGuard.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/ScopeGuard.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/ScopeGuard.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/ScopeGuard.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/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 -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/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.o
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:47:9: warning: 'CLOCK_REALTIME' macro redefined [-Wmacro-redefined]
#define CLOCK_REALTIME 0
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:155:9: note: previous definition is here
#define CLOCK_REALTIME _CLOCK_REALTIME
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:48:9: warning: 'CLOCK_MONOTONIC' macro redefined [-Wmacro-redefined]
#define CLOCK_MONOTONIC 1
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:157:9: note: previous definition is here
#define CLOCK_MONOTONIC _CLOCK_MONOTONIC
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:49:9: warning: 'CLOCK_PROCESS_CPUTIME_ID' macro redefined [-Wmacro-redefined]
#define CLOCK_PROCESS_CPUTIME_ID 2
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:169:9: note: previous definition is here
#define CLOCK_PROCESS_CPUTIME_ID _CLOCK_PROCESS_CPUTIME_ID
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:50:9: warning: 'CLOCK_THREAD_CPUTIME_ID' macro redefined [-Wmacro-redefined]
#define CLOCK_THREAD_CPUTIME_ID 3
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:171:9: note: previous definition is here
#define CLOCK_THREAD_CPUTIME_ID _CLOCK_THREAD_CPUTIME_ID
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:52:17: error: typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')
typedef uint8_t clockid_t;
                ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:172:3: note: previous definition is here
} clockid_t;
  ^
4 warnings and 1 error generated.

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/Format.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/Format.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/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 -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/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/Format.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/Format.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/Format.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/Format.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/FileUtil.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/FileUtil.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/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 -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/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/FileUtil.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/FileUtil.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/FileUtil.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/FileUtil.o


** BUILD FAILED **


The following build commands failed:
        CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
        CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
(2 failures)

info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

React Native version:

> $ npx react-native info                                                                                                                                            [±master ✓]
info Fetching system and libraries information...
System:
    OS: macOS 11.6
    CPU: (8) x64 Intel(R) Core(TM) i7-6920HQ CPU @ 2.90GHz
    Memory: 390.29 MB / 16.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 16.10.0 - /usr/local/bin/node
    Yarn: 1.22.15 - /usr/local/bin/yarn
    npm: 7.24.0 - /usr/local/bin/npm
    Watchman: 2021.10.04.00 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.11.2 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 15.0, DriverKit 20.4, macOS 11.3, tvOS 15.0, watchOS 8.0
    Android SDK:
      API Levels: 28, 29, 30
      Build Tools: 28.0.3, 29.0.2, 30.0.2
      System Images: android-24 | Google Play Intel x86 Atom, android-28 | Intel x86 Atom_64, android-28 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom
      Android NDK: Not Found
  IDEs:
    Android Studio: 4.1 AI-201.8743.12.41.6953283
    Xcode: 13.0/13A233 - /usr/bin/xcodebuild
  Languages:
    Java: javac 14 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.2 => 17.0.2 
    react-native: 0.66.0 => 0.66.0 
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

  1. npx react-native init MyApp --template react-native-template-typescript
  2. yarn ios

Expected Results

Should compile and launched

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 10
  • Comments: 18

Most upvoted comments

Same issue here. Tried a lot of workarounds, nothing changed… Using 0.66.1

Hi! I could fix it. After to create the project, you have to run “npx pod-install”. On the other hand, always that I run “yarn ios” I get the same error, but if I run “npx react-native run-ios” this works, I don’t understand why. Try it and let me know if worked!! Sorry for my English

post_install do |installer|
  react_native_post_install(installer)
  
  __apply_Xcode_12_5_M1_post_install_workaround(installer)

  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = deployment_target
      config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
      config.build_settings["ONLY_ACTIVE_ARCH"] = "YES"
    end

    case target.name
    when 'RCT-Folly'
      target.build_configurations.each do |config|
        config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
      end
    end
  end
end
⚠️ Unsupported Version of React Native
ℹ️ It looks like your issue or the example you provided uses an unsupported version of React Native. Due to the number of issues we receive, we’re currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support.

okay turns out I needed to do some changes in nvm

nvm alias default system