bberak / react-native-game-engine-handbook

A React Native app showcasing some examples using react-native-game-engine 🐒✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Followed iOS steps and got low-level error during build

diegum opened this issue · comments

I entered commands exactly as told here (my environment can run other React Native projects, btw):

$ git clone https://github.com/bberak/react-native-game-engine-handbook.git
$ cd react-native-game-engine-handbook
$ npm install
$ react-native link
$ react-native run-ios

But the last command dumped the following to stderr:

Scanning 682 folders for symlinks in /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules (17ms)
Found Xcode project RNGEHandbook.xcodeproj
Launching iPhone 6 (iOS 12.1)...
Building using "xcodebuild -project RNGEHandbook.xcodeproj -configuration Debug -scheme RNGEHandbook -destination id=E998183A-E314-47DB-A1FA-5C27DC5209B0 -derivedDataPath build"
User defaults from command line:
    IDEDerivedDataPathOverride = /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build


note: Using new build system

note: Planning build

note: Constructing build description


Build system information

warning: The iOS Simulator deployment target is set to 4.3, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'GPUImage')



Build system information

warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'RNSensors')



Build system information

warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'RNSVG')



CreateBuildDirectory /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex (in target: third-party)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    builtin-create-build-directory /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex



CreateBuildDirectory /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products (in target: third-party)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    builtin-create-build-directory /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products


MkDir /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/RNGEHandbook.app (in target: RNGEHandbook)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios
    /bin/mkdir -p /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/RNGEHandbook.app



WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga.hmap (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap



WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap



WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-non-framework-target-headers.hmap (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-non-framework-target-headers.hmap



WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/all-product-headers.yaml (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/all-product-headers.yaml



PBXCp /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.h /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include/yoga/YGEnums.h (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.h /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include/yoga


PBXCp /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.h /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include/yoga/YGNodeList.h (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.h /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include/yoga



PBXCp /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.h /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include/yoga/Yoga.h (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.h /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include/yoga


PBXCp /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGMacros.h /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include/yoga/YGMacros.h (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGMacros.h /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include/yoga


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/yoga.LinkFileList (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/yoga.LinkFileList



CompileC /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/Yoga.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Index/DataStore -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/Yoga.d --serialize-diagnostics /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/Yoga.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c -o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/Yoga.o

/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:280

:43: warning: unused parameter 'config' [-Wunused-parameter]
static int YGDefaultLog(const YGConfigRef config,
                                          ^

/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:281:41: warning: unused parameter 'node' [-Wunused-parameter]

                        const YGNodeRef node,
                                        ^

2 warnings generated.



CompileC /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGEnums.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Index/DataStore -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGEnums.d --serialize-diagnostics /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGEnums.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c -o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGEnums.o

CompileC /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGNodeList.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Index/DataStore -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatann
a/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGNodeList.d --serialize-diagnostics /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGNodeList.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c -o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGNodeList.o

Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c normal x86_64 (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-config -Xclang nullability:NoDiagnoseCallsToSystemHeaders=true -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/Yoga.d --analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c -o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/Yoga.plist

/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:352

:3: warning: Null pointer argument in call to memory copy function

  memcpy(node, &gYGNodeDefaults, sizeof(YGNode));
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In module 'Darwin' imported from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:10:
/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/secure/_string.h:62:3: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:426

:3:


 warning: Null pointer argument in call to memory copy function

  memcpy(config, &gYGConfigDefaults, sizeof(YGConfig));
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'Darwin' imported from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:10:
/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/secure/_string.h:62:3: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2 warnings generated.


Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c normal x86_64 (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-config -Xclang nullability:NoDiagnoseCallsToSystemHeaders=true -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/YGNodeList.d --analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c -o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/YGNodeList.plist
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c:26:18: warning: Access to field 'capacity' results in a dereference of a null pointer (loaded from variable 'list')
  list->capacity = initialCapacity;
  ~~~~           ^
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c:72:22: warning: Array access (via field 'items') results in a null pointer dereference
  list->items[index] = node;
        ~~~~~        ^
2 warnings generated.


Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c normal x86_64 (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-config -Xclang nullability:NoDiagnoseCallsToSystemHeaders=true -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/YGEnums.d --analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c -o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/YGEnums.plist

Libtool /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/libyoga.a normal x86_64 (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator -filelist /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/yoga.LinkFileList -o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/libyoga.a


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion.hmap (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-non-framework-target-headers.hmap (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-non-framework-target-headers.hmap


WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/all-product-headers.yaml (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/all-product-headers.yaml



WriteAuxiliaryFile /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    write-file /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh



PhaseScriptExecution Install\ Third\ Party /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export ACTION=build
    export AD_HOC_CODE_SIGNING_ALLOWED=YES
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=zatanna
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=NO
    export APPLY_RULES_IN_COPY_FILES=NO
    export ARCHS=x86_64
    export ARCHS_STANDARD="i386 x86_64"
    export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
    export ARCHS_STANDARD_32_BIT=i386
    export ARCHS_STANDARD_64_BIT=x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
    export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=marker
    export BUILD_ACTIVE_RESOURCES_ONLY=YES
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products
    export BUILD_ROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator
    export CACHE_ROOT=/var/folders/xx/bx8dpp3x7rv8_4p_x2j1j_r00000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
    export CCHROOT=/var/folders/xx/bx8dpp3x7rv8_4p_x2j1j_r00000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_ANALYZER_NONNULL=YES
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_MODULE_DEBUGGING=NO
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_DOCUMENTATION_COMMENTS=YES
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_SUSPICIOUS_MOVES=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/JavaClasses
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/libdouble-conversion.a
    export CODE_SIGNING_ALLOWED=NO
    export CODE_SIGNING_REQUIRED=YES
    export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
    export CODE_SIGN_IDENTITY=-
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
    export COLOR_DIAGNOSTICS=NO
    export COMBINE_HIDPI_IMAGES=NO
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES=YES
    export CONFIGURATION=Debug
    export CONFIGURATION_BUILD_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator
    export CONFIGURATION_TEMP_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
    export CORRESPONDING_DEVICE_SDK_NAME=iphoneos12.1
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=undefined_arch
    export CURRENT_VARIANT=normal
    export DEAD_CODE_STRIPPING=YES
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=NO
    export DEPLOYMENT_LOCATION=NO
    export DEPLOYMENT_POSTPROCESSING=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
    export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_simulator_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1"
    export DERIVED_FILES_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources
    export DERIVED_FILE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources
    export DERIVED_SOURCES_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode-10.1.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode-10.1.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode-10.1.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=English
    export DEVELOPMENT_TEAM=V9WTTPBFK9
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT=/tmp/React.dst
    export DT_TOOLCHAIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=libdouble-conversion.a.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH=
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator
    export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_ON_DEMAND_RESOURCES=NO
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=YES
    export ENTITLEMENTS_DESTINATION=__entitlements
    export ENTITLEMENTS_REQUIRED=YES
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLE_EXTENSION=a
    export EXECUTABLE_NAME=libdouble-conversion.a
    export EXECUTABLE_PATH=libdouble-conversion.a
    export EXECUTABLE_PREFIX=lib
    export EXECUTABLE_SUFFIX=.a
    export FILE_LIST=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects/LinkFileList
    export FIXED_FILES_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator "
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=libdouble-conversion.a
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_DYNAMIC_NO_PIC=NO
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_OBJC_LEGACY_DISPATCH=YES
    export GCC_OPTIMIZATION_LEVEL=0
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 RCT_DEBUG=1 RCT_DEV=1 RCT_NSASSERT=1"
    export GCC_SYMBOLS_PRIVATE_EXTERN=NO
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_MISSING_PROTOTYPES=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED=YES
    export GCC_WARN_SHADOW=YES
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=NO
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=NO
    export HEADER_SEARCH_PATHS="/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/include "
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/zatanna
    export ICONV=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_OUTPUT_FORMAT=binary
    export INFOPLIST_PREPROCESS=NO
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR=/tmp/React.dst/usr/local/lib
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=zatanna
    export INSTALL_PATH=/usr/local/lib
    export INSTALL_ROOT=/tmp/React.dst
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/undefined_arch/double-conversion_dependency_info.dat
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode-10.1.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_x86_64=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/double-conversion.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LLVM_TARGET_TRIPLE_SUFFIX=-simulator
    export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LOCSYMROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export MACH_O_TYPE=staticlib
    export MAC_OS_X_PRODUCT_BUILD_VERSION=18B75
    export MAC_OS_X_VERSION_ACTUAL=101401
    export MAC_OS_X_VERSION_MAJOR=101400
    export MAC_OS_X_VERSION_MINOR=1401
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/
    export MODULE_CACHE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO=YES
    export NATIVE_ARCH=i386
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJC_ABI_VERSION=2
    export OBJECT_FILE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects
    export OBJECT_FILE_DIR_normal=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal
    export OBJROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH=YES
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export OTHER_LDFLAGS=-ObjC
    export PACKAGE_TYPE=com.apple.package-type.static-library
    export PASCAL_STRINGS=YES
    export PATH=/Applications/Xcode-10.1.app/Contents/D
eveloper/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode-10.1.app/Contents/Developer/usr/bin:/Applications/Xcode-10.1.app/Contents/Developer/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/zatanna/Library/Android/sdk/emulator:/Users/zatanna/Library/Android/sdk/tools:/Users/zatanna/Library/Android/sdk/platform-tools:/Users/zatanna/Library/Android/sdk/tools/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-10.1.app/Contents/Developer/Headers /Applications/Xcode-10.1.app/Contents/Developer/SDKs /Applications/Xcode-10.1.app/Contents/Developer/Platforms"
    export PER_ARCH_OBJECT_FILE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal
    export PKGINFO_FILE_PATH=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME="iOS Simulator"
    export PLATFORM_NAME=iphonesimulator
    export PLATFORM_PREFERRED_ARCH=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION=10B61
    export PLIST_FILE_OUTPUT_FORMAT=binary
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRIVATE_HEADERS_FOLDER_PATH=/usr/local/include/double-conversion
    export PRODUCT_MODULE_NAME=double_conversion
    export PRODUCT_NAME=double-conversion
    export PRODUCT_SETTINGS_PATH=
    export PRODUCT_TYPE=com.apple.product-type.library.static
    export PROFILING_CODE=NO
    export PROJECT=React
    export PROJECT_DERIVED_FILE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/DerivedSources
    export PROJECT_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export PROJECT_FILE_PATH=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React/React.xcodeproj
    export PROJECT_NAME=React
    export PROJECT_TEMP_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build
    export PROJECT_TEMP_ROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex
    export PUBLIC_HEADERS_FOLDER_PATH=/usr/local/include
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/ResourceManagerResources
    export REZ_EXECUTABLE=YES
    export REZ_OBJECTS_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS="/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_INPUT_FILE_LIST_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
    export SDKROOT=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_DIR_iphonesimulator12_1=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_NAME=iphonesimulator12.1
    export SDK_NAMES=iphonesimulator12.1
    export SDK_PRODUCT_BUILD_VERSION=16B91
    export SDK_VERSION=12.1
    export SDK_VERSION_ACTUAL=120100
    export SDK_VERSION_MAJOR=120000
    export SDK_VERSION_MINOR=100
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=NO
    export SHARED_DERIVED_FILE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator/DerivedSources
    export SHARED_PRECOMPS_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/PrecompiledHeaders
    export SKIP_INSTALL=YES
    export SOURCE_ROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export SRCROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export STRINGS_FILE_OUTPUT_ENCODING=binary
    export STRIP_BITCODE_FROM_COPIED_FILES=NO
    export STRIP_INSTALLED_PRODUCT=YES
    export STRIP_STYLE=debugging
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_DEVICE_FAMILIES=1,2
    export SUPPORTED_PLATFORMS="iphoneos iphonesimulator"
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_PLATFORM_TARGET_PREFIX=ios
    export SYMROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcod
e-10.1.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode-10.1.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode-10.1.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode-10.1.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode-10.1.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode-10.1.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode-10.1.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode-10.1.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode-10.1.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode-10.1.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode-10.1.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode-10.1.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETED_DEVICE_FAMILY=1
    export TARGETNAME=double-conversion
    export TARGET_BUILD_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Products/Debug-iphonesimulator
    export TARGET_DEVICE_IDENTIFIER=E998183A-E314-47DB-A1FA-5C27DC5209B0
    export TARGET_DEVICE_MODEL=iPhone7,2
    export TARGET_DEVICE_OS_VERSION=12.1
    export TARGET_NAME=double-conversion
    export TARGET_TEMP_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build
    export TEMP_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build
    export TEMP_FILES_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build
    export TEMP_FILE_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build
    export TEMP_ROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=501
    export UNSTRIPPED_PRODUCT=NO
    export USER=zatanna
    export USER_APPS_DIR=/Users/zatanna/Applications
    export USER_LIBRARY_DIR=/Users/zatanna/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export VALIDATE_PRODUCT=NO
    export VALID_ARCHS="i386 x86_64"
    export VERBOSE_PBXCP=NO
    export VERSION_INFO_BUILDER=zatanna
    export VERSION_INFO_FILE=double-conversion_vers.c
    export VERSION_INFO_STRING=""@(#)PROGRAM:double-conversion  PROJECT:React-""
    export WARNING_CFLAGS="-Wextra -Wall -Wno-semicolon-before-method-body"
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=10B61
    export XCODE_VERSION_ACTUAL=1010
    export XCODE_VERSION_MAJOR=1000
    export XCODE_VERSION_MINOR=1010
    export XPCSERVICES_FOLDER_PATH=/XPCServices
    export YACC=yacc
    export arch=undefined_arch
    export variant=normal
    /bin/sh -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh

  % To

tal    % Rec

e

iv

ed

 %
 X

fe

rd

  

Av

er

age Speed   Time 

   Tim


e     Time  Current
                                 Dload  Upload 

  

Tot

al  
 Spent    Left  Speed
  0     0   

 0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  

0     0    0  
  

 0

  
  

0 

    0  
   

 0

     

 0 -
-

:
-

-:

-
- 

--:--

:

-- 

--
:--

:-

-  
  

 
0



100   119    0   119    0     0    205      0 --:--:-- --:--:-- --:--:--   204



100  510k    0  510k    0     0   573k      0 --:--:-- --:--:-- --:--:--  573k

curl: Saved to filename 'glog-0.3.4.tar.gz'

Unpacking /Users/zatanna/.rncache/glog-0.3.4.tar.gz...

checking for a BSD-compatible install... 

/usr/bin/install -c

checking whether build environment is sane... 

yes

/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/missing: Unknown `--is-lightweight' option

Try `/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/missing --help' for more information

configure: WARNING: 'missing' script is too old or missing

checking for arm-apple-darwin-strip... 

no
checking for strip... 

strip

checking for a thread-safe mkdir -p... 

./install-sh -c -d

checking for gawk... 

no

checking for mawk... 

no

checking for nawk... 

no

checking for awk... 

awk

checking whether make sets $(MAKE)... 


yes

checking whether make supports nested variables... 

yes

checking for arm-apple-darwin-gcc... 

/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk

checking whether the C compiler works... 

no

configure: error: in `/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4':

configure: error: C compiler cannot create executables
See `config.log' for more details



** BUILD FAILED **



The following commands produced analyzer issues:
	Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c normal x86_64
	Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c normal x86_64

(2 commands with analyzer issues)

The following build commands failed:
	PhaseScriptExecution Install\ Third\ Party /Users/zatanna/Development/react-native/react-native-game-engine-handbook/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh
(1 failure)

build session not created after 15 seconds - still waiting

Installing build/Build/Products/Debug-iphonesimulator/RNGEHandbook.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The bundle identifier of the application could not be determined.
Ensure that the application's Info.plist contains a value for CFBundleIdentifier.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/RNGEHandbook.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Here's config.log:

$ cat /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/config.log 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by glog configure 0.3.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --host arm-apple-darwin

## --------- ##
## Platform. ##
## --------- ##

hostname = Rogue.home
uname -m = x86_64
uname -r = 18.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.2.0: Fri Oct  5 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 18.2.0: Fri Oct  5 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 434 tasks, 1632 threads, 4 processors
Load average: 2.88, Mach factor: 1.65
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
PATH: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin
PATH: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec
PATH: /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin
PATH: /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin
PATH: /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
PATH: /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin
PATH: /Applications/Xcode-10.1.app/Contents/Developer/usr/bin
PATH: /Applications/Xcode-10.1.app/Contents/Developer/usr/local/bin
PATH: /Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Users/zatanna/Library/Android/sdk/emulator
PATH: /Users/zatanna/Library/Android/sdk/tools
PATH: /Users/zatanna/Library/Android/sdk/platform-tools
PATH: /Users/zatanna/Library/Android/sdk/tools/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2788: checking for a BSD-compatible install
configure:2856: result: /usr/bin/install -c
configure:2867: checking whether build environment is sane
configure:2922: result: yes
configure:2960: WARNING: 'missing' script is too old or missing
configure:2981: checking for arm-apple-darwin-strip
configure:3011: result: no
configure:3021: checking for strip
configure:3037: found /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
configure:3048: result: strip
configure:3073: checking for a thread-safe mkdir -p
configure:3112: result: ./install-sh -c -d
configure:3119: checking for gawk
configure:3149: result: no
configure:3119: checking for mawk
configure:3149: result: no
configure:3119: checking for nawk
configure:3149: result: no
configure:3119: checking for awk
configure:3135: found /usr/bin/awk
configure:3146: result: awk
configure:3157: checking whether make sets $(MAKE)
configure:3179: result: yes
configure:3208: checking whether make supports nested variables
configure:3225: result: yes
configure:3369: checking for arm-apple-darwin-gcc
configure:3396: result: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
configure:3665: checking for C compiler version
configure:3674: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk --version >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: unknown-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3685: $? = 0
configure:3674: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -v >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: unknown-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: error: invalid arch name '-arch undefined_arch'
configure:3685: $? = 1
configure:3674: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: invalid arch name '-arch undefined_arch'
clang: error: no input files
configure:3685: $? = 1
configure:3674: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: invalid arch name '-arch undefined_arch'
clang: error: no input files
configure:3685: $? = 1
configure:3705: checking whether the C compiler works
configure:3727: /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk    conftest.c  >&5
clang: error: invalid arch name '-arch undefined_arch'
configure:3731: $? = 1
configure:3769: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "glog"
| #define PACKAGE_TARNAME "glog"
| #define PACKAGE_VERSION "0.3.4"
| #define PACKAGE_STRING "glog 0.3.4"
| #define PACKAGE_BUGREPORT "opensource@google.com"
| #define PACKAGE_URL ""
| #define PACKAGE "glog"
| #define VERSION "0.3.4"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3774: error: in `/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4':
configure:3776: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-apple-darwin
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CC='/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR=''
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.14'
AWK='awk'
CC='/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch undefined_arch -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DISABLE_RTTI_FALSE=''
DISABLE_RTTI_TRUE=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
ENABLE_FRAME_POINTERS_FALSE=''
ENABLE_FRAME_POINTERS_TRUE=''
EXEEXT=''
FGREP=''
GCC_FALSE=''
GCC_TRUE=''
GFLAGS_CFLAGS=''
GFLAGS_LIBS=''
GMOCK_CFLAGS=''
GMOCK_CONFIG=''
GMOCK_LIBS=''
GREP=''
GTEST_CFLAGS=''
GTEST_CONFIG=''
GTEST_LIBS=''
HAVE_GMOCK_FALSE=''
HAVE_GMOCK_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='makeinfo'
MANIFEST_TOOL=''
MINGW_CFLAGS=''
MKDIR_P='./install-sh -c -d'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='glog'
PACKAGE_BUGREPORT='opensource@google.com'
PACKAGE_NAME='glog'
PACKAGE_STRING='glog 0.3.4'
PACKAGE_TARNAME='glog'
PACKAGE_URL=''
PACKAGE_VERSION='0.3.4'
PATH_SEPARATOR=':'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
UNWIND_LIBS=''
VERSION='0.3.4'
X86_64_FALSE=''
X86_64_TRUE=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_cv___attribute___noinline=''
ac_cv___attribute___noreturn=''
ac_cv___attribute___printf_4_5=''
ac_cv_cxx_using_operator=''
ac_cv_have___builtin_expect=''
ac_cv_have___uint16=''
ac_cv_have_inttypes_h=''
ac_cv_have_libgflags=''
ac_cv_have_stdint_h=''
ac_cv_have_systypes_h=''
ac_cv_have_u_int16_t=''
ac_cv_have_uint16_t=''
ac_cv_have_unistd_h=''
ac_google_end_namespace=''
ac_google_namespace=''
ac_google_start_namespace=''
acx_pthread_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='arm-apple-darwin'
host_alias='arm-apple-darwin'
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "glog"
#define PACKAGE_TARNAME "glog"
#define PACKAGE_VERSION "0.3.4"
#define PACKAGE_STRING "glog 0.3.4"
#define PACKAGE_BUGREPORT "opensource@google.com"
#define PACKAGE_URL ""
#define PACKAGE "glog"
#define VERSION "0.3.4"

configure: exit 77

Hopefully this gives some clue on what could be failing (or maybe is totally unrelated or a derived problem).
I tried to build iOS from terminal. It failed but it was for some special reason of a missing header (go straight to the bottom, full stdout shared in case it helps guess what's wrong):

$ xcodebuild -target RNGEHandbook -scheme RNGEHandbook build -destination 'platform=iOS Simulator,name=iPhone 6,OS=12.1'
note: Using new build system
note: Planning build
note: Constructing build description
Build system information
warning: The iOS Simulator deployment target is set to 4.3, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'GPUImage')

Build system information
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'RNSensors')

Build system information
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'RNSVG')

CreateBuildDirectory /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    builtin-create-build-directory /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex

CreateBuildDirectory /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    builtin-create-build-directory /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGEnums.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGEnums.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGEnums.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGEnums.o

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGNodeList.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGNodeList.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGNodeList.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/YGNodeList.o

Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c normal x86_64 (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-config -Xclang nullability:NoDiagnoseCallsToSystemHeaders=true -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/Yoga.d --analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/Yoga.plist
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:352:3: warning: 

      Null pointer argument in call to memory copy 
function

  memcpy(node, &gYGNodeDefaults, sizeof(YGNode));

  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In module 'Darwin' imported from 
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:10:
/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/secure/_string.h:62:3: note: 

      expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:426
:3: warning: 

      Null
 pointer argument in call to memory copy function
  memcpy(config, &gYGConfigDefaults, sizeof(YGConfig));
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'Darwin' imported from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:10:
/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/secure/_string.h:62:3: note: 
      expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2 warnings
 generated.

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/Yoga.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/Yoga.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/Yoga.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/Yoga.o
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:280:43: warning: 
      unused parameter 'config' [-Wunused-parameter]
static int YGDefaultLog(const YGConfigRef config,
                                          ^
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c:281:41: warning: 
      unused parameter 'node' [-Wunused-parameter]
                        const YGNodeRef node,
                                        ^
2 warnings generated.

Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c normal x86_64 (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-config -Xclang nullability:NoDiagnoseCallsToSystemHeaders=true -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/YGNodeList.d --analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/YGNodeList.plist
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c:26:18: warning: 
      Access to field 'capacity' results in a dereference of a null pointer (loaded from variable 'list')
  list->capacity = initialCapacity;
  ~~~~           ^
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c:72:22: warning: 
      Array access (via field 'items') results in a null pointer dereference
  list->items[index] = node;
        ~~~~~        ^
2 warnings generated.

Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c normal x86_64 (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-prototypes -Werror=return-type -Wunreachable-code -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -D__clang_analyzer__ -Xclang -analyzer-output=plist-multi-file -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-config -Xclang report-in-main-source-file=true -Xclang -analyzer-config -Xclang nullability:NoDiagnoseCallsToSystemHeaders=true -Xclang -analyzer-checker -Xclang security.insecureAPI.UncheckedReturn -Xclang -analyzer-checker -Xclang security.insecureAPI.getpw -Xclang -analyzer-checker -Xclang security.insecureAPI.gets -Xclang -analyzer-checker -Xclang security.insecureAPI.mkstemp -Xclang -analyzer-checker -Xclang security.insecureAPI.mktemp -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.rand -Xclang -analyzer-disable-checker -Xclang security.insecureAPI.strcpy -Xclang -analyzer-checker -Xclang security.insecureAPI.vfork -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/yoga-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/YGEnums.d --analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/StaticAnalyzer/React/yoga/normal/x86_64/YGEnums.plist

Libtool /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/libyoga.a normal x86_64 (in target: yoga)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -filelist /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/yoga.build/Objects-normal/x86_64/yoga.LinkFileList -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/libyoga.a

PhaseScriptExecution Install\ Third\ Party /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export ACTION=build
    export AD_HOC_CODE_SIGNING_ALLOWED=YES
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=zatanna
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=NO
    export APPLY_RULES_IN_COPY_FILES=NO
    export ARCHS=x86_64
    export ARCHS_STANDARD="i386 x86_64"
    export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
    export ARCHS_STANDARD_32_BIT=i386
    export ARCHS_STANDARD_64_BIT=x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
    export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=marker
    export BUILD_ACTIVE_RESOURCES_ONLY=YES
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products
    export BUILD_ROOT=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator
    export CACHE_ROOT=/var/folders/xx/bx8dpp3x7rv8_4p_x2j1j_r00000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
    export CCHROOT=/var/folders/xx/bx8dpp3x7rv8_4p_x2j1j_r00000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_ANALYZER_NONNULL=YES
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_MODULE_DEBUGGING=NO
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_DOCUMENTATION_COMMENTS=YES
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_SUSPICIOUS_MOVES=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/JavaClasses
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/libdouble-conversion.a
    export CODE_SIGNING_ALLOWED=NO
    export CODE_SIGNING_REQUIRED=YES
    export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
    export CODE_SIGN_IDENTITY=-
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
    export COLOR_DIAGNOSTICS=YES
    export COMBINE_HIDPI_IMAGES=NO
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES=YES
    export CONFIGURATION=Debug
    export CONFIGURATION_BUILD_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator
    export CONFIGURATION_TEMP_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
    export CORRESPONDING_DEVICE_SDK_NAME=iphoneos12.1
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=undefined_arch
    export CURRENT_VARIANT=normal
    export DEAD_CODE_STRIPPING=YES
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=NO
    export DEPLOYMENT_LOCATION=NO
    export DEPLOYMENT_POSTPROCESSING=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
    export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_simulator_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1"
    export DERIVED_FILES_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources
    export DERIVED_FILE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources
    export DERIVED_SOURCES_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode-10.1.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode-10.1.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode-10.1.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=English
    export DEVELOPMENT_TEAM=V9WTTPBFK9
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT=/tmp/React.dst
    export DT_TOOLCHAIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=libdouble-conversion.a.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator
    export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_ON_DEMAND_RESOURCES=NO
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=YES
    export ENTITLEMENTS_DESTINATION=__entitlements
    export ENTITLEMENTS_REQUIRED=YES
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLE_EXTENSION=a
    export EXECUTABLE_NAME=libdouble-conversion.a
    export EXECUTABLE_PATH=libdouble-conversion.a
    export EXECUTABLE_PREFIX=lib
    export EXECUTABLE_SUFFIX=.a
    export FILE_LIST=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects/LinkFileList
    export FIXED_FILES_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator "
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=libdouble-conversion.a
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_DYNAMIC_NO_PIC=NO
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_OBJC_LEGACY_DISPATCH=YES
    export GCC_OPTIMIZATION_LEVEL=0
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 RCT_DEBUG=1 RCT_DEV=1 RCT_NSASSERT=1"
    export GCC_SYMBOLS_PRIVATE_EXTERN=NO
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_MISSING_PROTOTYPES=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED=YES
    export GCC_WARN_SHADOW=YES
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=NO
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=NO
    export HEADER_SEARCH_PATHS="/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include "
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/zatanna
    export ICONV=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_OUTPUT_FORMAT=binary
    export INFOPLIST_PREPROCESS=NO
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR=/tmp/React.dst/usr/local/lib
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=zatanna
    export INSTALL_PATH=/usr/local/lib
    export INSTALL_ROOT=/tmp/React.dst
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/undefined_arch/double-conversion_dependency_info.dat
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode-10.1.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_x86_64=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/double-conversion.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LLVM_TARGET_TRIPLE_SUFFIX=-simulator
    export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LOCSYMROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export MACH_O_TYPE=staticlib
    export MAC_OS_X_PRODUCT_BUILD_VERSION=18B75
    export MAC_OS_X_VERSION_ACTUAL=101401
    export MAC_OS_X_VERSION_MAJOR=101400
    export MAC_OS_X_VERSION_MINOR=1401
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/
    export MODULE_CACHE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO=YES
    export NATIVE_ARCH=i386
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJC_ABI_VERSION=2
    export OBJECT_FILE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects
    export OBJECT_FILE_DIR_normal=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal
    export OBJROOT=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH=YES
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export OTHER_LDFLAGS=-ObjC
    export PACKAGE_TYPE=com.apple.package-type.static-library
    export PASCAL_STRINGS=YES
    export PATH=/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode-10.1.app/Contents/Developer/usr/bin:/Applications/Xcode-10.1.app/Contents/Developer/usr/local/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/zatanna/Library/Android/sdk/emulator:/Users/zatanna/Library/Android/sdk/tools:/Users/zatanna/Library/Android/sdk/platform-tools:/Users/zatanna/Library/Android/sdk/tools/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-10.1.app/Contents/Developer/Headers /Applications/Xcode-10.1.app/Contents/Developer/SDKs /Applications/Xcode-10.1.app/Contents/Developer/Platforms"
    export PER_ARCH_OBJECT_FILE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal
    export PKGINFO_FILE_PATH=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME="iOS Simulator"
    export PLATFORM_NAME=iphonesimulator
    export PLATFORM_PREFERRED_ARCH=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION=10B61
    export PLIST_FILE_OUTPUT_FORMAT=binary
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRIVATE_HEADERS_FOLDER_PATH=/usr/local/include/double-conversion
    export PRODUCT_MODULE_NAME=double_conversion
    export PRODUCT_NAME=double-conversion
    export PRODUCT_SETTINGS_PATH=
    export PRODUCT_TYPE=com.apple.product-type.library.static
    export PROFILING_CODE=NO
    export PROJECT=React
    export PROJECT_DERIVED_FILE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/DerivedSources
    export PROJECT_DIR=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export PROJECT_FILE_PATH=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React/React.xcodeproj
    export PROJECT_NAME=React
    export PROJECT_TEMP_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build
    export PROJECT_TEMP_ROOT=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex
    export PUBLIC_HEADERS_FOLDER_PATH=/usr/local/include
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/ResourceManagerResources
    export REZ_EXECUTABLE=YES
    export REZ_OBJECTS_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS="/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_INPUT_FILE_LIST_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
    export SDKROOT=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_DIR_iphonesimulator12_1=/Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_NAME=iphonesimulator12.1
    export SDK_NAMES=iphonesimulator12.1
    export SDK_PRODUCT_BUILD_VERSION=16B91
    export SDK_VERSION=12.1
    export SDK_VERSION_ACTUAL=120100
    export SDK_VERSION_MAJOR=120000
    export SDK_VERSION_MINOR=100
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=NO
    export SHARED_DERIVED_FILE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/DerivedSources
    export SHARED_PRECOMPS_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/PrecompiledHeaders
    export SKIP_INSTALL=YES
    export SOURCE_ROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export SRCROOT=/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export STRINGS_FILE_OUTPUT_ENCODING=binary
    export STRIP_BITCODE_FROM_COPIED_FILES=NO
    export STRIP_INSTALLED_PRODUCT=YES
    export STRIP_STYLE=debugging
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_DEVICE_FAMILIES=1,2
    export SUPPORTED_PLATFORMS="iphoneos iphonesimulator"
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_PLATFORM_TARGET_PREFIX=ios
    export SYMROOT=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode-10.1.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode-10.1.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode-10.1.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode-10.1.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode-10.1.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode-10.1.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode-10.1.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode-10.1.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode-10.1.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode-10.1.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode-10.1.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETED_DEVICE_FAMILY=1
    export TARGETNAME=double-conversion
    export TARGET_BUILD_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator
    export TARGET_DEVICE_IDENTIFIER=E998183A-E314-47DB-A1FA-5C27DC5209B0
    export TARGET_DEVICE_MODEL=iPhone7,2
    export TARGET_DEVICE_OS_VERSION=12.1
    export TARGET_NAME=double-conversion
    export TARGET_TEMP_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build
    export TEMP_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build
    export TEMP_FILES_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build
    export TEMP_FILE_DIR=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build
    export TEMP_ROOT=/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=501
    export UNSTRIPPED_PRODUCT=NO
    export USER=zatanna
    export USER_APPS_DIR=/Users/zatanna/Applications
    export USER_LIBRARY_DIR=/Users/zatanna/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export VALIDATE_PRODUCT=NO
    export VALID_ARCHS="i386 x86_64"
    export VERBOSE_PBXCP=NO
    export VERSION_INFO_BUILDER=zatanna
    export VERSION_INFO_FILE=double-conversion_vers.c
    export VERSION_INFO_STRING=""@(#)PROGRAM:double-conversion  PROJECT:React-""
    export WARNING_CFLAGS="-Wextra -Wall -Wno-semicolon-before-method-body"
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode-10.1.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=10B61
    export XCODE_VERSION_ACTUAL=1010
    export XCODE_VERSION_MAJOR=1000
    export XCODE_VERSION_MINOR=1010
    export XPCSERVICES_FOLDER_PATH=/XPCServices
    export YACC=yacc
    export arch=undefined_arch
    export diagnostic_message_length=120
    export variant=normal
    /bin/sh -c /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/fast-dtoa.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/fast-dtoa.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/fast-dtoa.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/fast-dtoa.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/fast-dtoa.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/fast-dtoa.o

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/strtod.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/strtod.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/strtod.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/strtod.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/strtod.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/strtod.o

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/fixed-dtoa.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/fixed-dtoa.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/fixed-dtoa.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/fixed-dtoa.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/fixed-dtoa.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/fixed-dtoa.o

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/double-conversion.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/double-conversion.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/double-conversion.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/double-conversion.o
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.cc:825:10: warning: 
      declaration shadows a local variable [-Wshadow]
    char sign = '+';
         ^
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.cc:645:8: note: 
      previous declaration is here
  bool sign = false;
       ^

1
 warning
 generated
.

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/diy-fp.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/diy-fp.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/diy-fp.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/diy-fp.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/diy-fp.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/diy-fp.o

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/cached-powers.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/cached-powers.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/cached-powers.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/cached-powers.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/cached-powers.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/cached-powers.o

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/bignum.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/bignum.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/bignum.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/bignum.o

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/bignum-dtoa.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum-dtoa.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/double-conversion-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/bignum-dtoa.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/bignum-dtoa.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum-dtoa.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/bignum-dtoa.o

Libtool /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/libdouble-conversion.a normal x86_64 (in target: double-conversion)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export IPHONEOS_DEPLOYMENT_TARGET=8.0
    /Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -filelist /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/double-conversion.LinkFileList -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/libdouble-conversion.a

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/Bits.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/folly-2016.09.26.00/folly/Bits.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: third-party)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/boost_1_63_0 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/folly-2016.09.26.00 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/Bits.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/Bits.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/folly-2016.09.26.00/folly/Bits.cpp -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/Bits.o

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/symbolize.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/symbolize.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: third-party)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/boost_1_63_0 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/folly-2016.09.26.00 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/symbolize.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/symbolize.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/symbolize.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/symbolize.o
In file included from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/symbolize.cc:55:
In file included from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/utilities.h:73:
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/base/mutex.h:105:10: fatal error: 
      'config.h' file not found
#include "config.h"           // to figure out pthreads support
         ^~~~~~~~~~

1
 error generated.

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/vlog_is_on.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: third-party)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/boost_1_63_0 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/folly-2016.09.26.00 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/vlog_is_on.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/vlog_is_on.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/vlog_is_on.o
In file included from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:35:
In file included from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/utilities.h:73:
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/base/mutex.h:105:10: fatal error: 
      'config.h' file not found
#include "config.h"           // to figure out pthreads support
         ^~~~~~~~~~


CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/utilities.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: third-party)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/boost_1_63_0 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/folly-2016.09.26.00 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/utilities.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/utilities.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/utilities.o
In file included from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc:32:
In file included from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/utilities.h:73:
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/base/mutex.h:105:10: fatal error: 
      'config.h' file not found
#include "config.h"           // to figure out pthreads support
         ^~~~~~~~~~
1 error generated.

CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/signalhandler.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target: third-party)
    cd /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/React
    export LANG=en_US.US-ASCII
    clang -x c++ -arch x86_64 -fmessage-length=120 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu++11 -stdlib=libc++ -fmodules -fmodules-cache-path=/Users/zatanna/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/zatanna/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 -Wmissing-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 -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DDEBUG=1 -DRCT_DEBUG=1 -DRCT_DEV=1 -DRCT_NSASSERT=1 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mios-simulator-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Index/DataStore -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-generated-files.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-own-target-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-all-target-headers.hmap -iquote /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/third-party-project-headers.hmap -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator/include -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/boost_1_63_0 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/folly-2016.09.26.00 -I/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources/x86_64 -I/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/DerivedSources -Wextra -Wall -Wno-semicolon-before-method-body -F/Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Products/Debug-iphonesimulator -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -MMD -MT dependencies -MF /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/signalhandler.d --serialize-diagnostics /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/signalhandler.dia -c /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc -o /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/signalhandler.o
In file included from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc:34:
In file included from /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/utilities.h:73:
/Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/base/mutex.h:105:10: fatal error: 
      'config.h' file not found
#include "config.h"           // to figure out pthreads support
         ^~~~~~~~~~


** BUILD FAILED **


The following commands produced analyzer issues:
	Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c normal x86_64
	Analyze /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c normal x86_64
(2 commands with analyzer issues)

The following build commands failed:
	CompileC /Users/zatanna/Library/Developer/Xcode/DerivedData/RNGEHandbook-cbazgxvxdlpyktepddcllgfwsahb/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/symbolize.o /Users/zatanna/Development/react-native/react-native-game-engine-handbook/node_modules/react-native/third-party/glog-0.3.4/src/symbolize.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Hi @diegum,

Thanks for the detailed issue.

I just did a clean and reinstall of the repo, everything worked as expected. Here's my system info:

OS: Mojave 10.14
XCode: 9.2 (9C40b)
Node: v8.9.4
NPM: 5.6.0
Device: iOS Simulator (iPhone 6S)

What versions are you running? Is it close to what I've listed? Can you try and run on the 6S simulator using the following command:

react-native run-ios --simulator="iPhone 6S"

Cheers.

Hi @diegum,

If you're still have troubles getting the master branch to build, I've started a new expo branch that uses the expo-cli to run the project - it could be more stable for you. However, I haven't converted all of the examples to work on the Expo SDK yet - so there will be a few bugs at the moment.

Branch (for building yourself): https://github.com/bberak/react-native-game-engine-handbook/tree/expo
Expo Project (for running without buikding first): https://expo.io/@bberak/react-native-game-engine-handbook

Let me know how it goes, cheers!

My pleasure, pal. Thanks for taking the time to check. Here's my configuration:

OS: Mojave 10.14.1
XCode: 10.1 (10B61)
Node: v11.3.0
NPM: 6.4.1
Device: iOS Simulator (any version, including 6S)

Hope that helps! My real interest in getting the handbook to run is to evaluate the core project (react-native-game-engine) for my own games. For now I'm sticking with react-game-kit, though.

Thanks again, Boris!

Sounds good @diegum, did you get a chance to try out the expo branch? I'm going to be focusing on that branch for the mean time because I think it might solve the Android issue also - trying to kill two birds with one stone.

I have a suspicion that the issues are being caused by our Xcode discrepancies - I linked all the native modules a while back under an older Xcode version, iOS 12 wasn't even out then.

Hi @diegum,

I'm closing this issue for now - feel free to re-open it :)

If you have a change of mind, try the Expo branch here: https://github.com/bberak/react-native-game-engine-handbook/tree/expo or here: https://expo.io/@bberak/react-native-game-engine-handbook - all the examples (include the OpenGL ones) should be working now.

In any case, I'd love to here about your experience with react-game-kit and also how your games are coming along.

All the best.