facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
119.26k stars 24.35k forks source link

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

Closed smigfu closed 1 year ago

smigfu commented 3 years ago

Description

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

> $ yarn ios                                                                                                                                                         [±master ✓]
yarn run v1.22.15
$ react-native run-ios
info Found Xcode workspace "test.xcworkspace"
info Building (using "xcodebuild -workspace test.xcworkspace -configuration Debug -scheme test -destination id=BABE0744-F2DC-4792-AC7F-6FF0E9B65CFD")
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening test.xcworkspace.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace test.xcworkspace -configuration Debug -scheme test -destination id=BABE0744-F2DC-4792-AC7F-6FF0E9B65CFD

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

note: Using new build system
note: Planning
Analyze workspace

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

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

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/json.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/json.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/json.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/json.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/json.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/json.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/dynamic.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/dynamic.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/dynamic.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/dynamic.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/dynamic.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/dynamic.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/SysUio.o
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:47:9: warning: 'CLOCK_REALTIME' macro redefined [-Wmacro-redefined]
#define CLOCK_REALTIME 0
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:155:9: note: previous definition is here
#define CLOCK_REALTIME _CLOCK_REALTIME
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:48:9: warning: 'CLOCK_MONOTONIC' macro redefined [-Wmacro-redefined]
#define CLOCK_MONOTONIC 1
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:157:9: note: previous definition is here
#define CLOCK_MONOTONIC _CLOCK_MONOTONIC
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:49:9: warning: 'CLOCK_PROCESS_CPUTIME_ID' macro redefined [-Wmacro-redefined]
#define CLOCK_PROCESS_CPUTIME_ID 2
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:169:9: note: previous definition is here
#define CLOCK_PROCESS_CPUTIME_ID _CLOCK_PROCESS_CPUTIME_ID
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:50:9: warning: 'CLOCK_THREAD_CPUTIME_ID' macro redefined [-Wmacro-redefined]
#define CLOCK_THREAD_CPUTIME_ID 3
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:171:9: note: previous definition is here
#define CLOCK_THREAD_CPUTIME_ID _CLOCK_THREAD_CPUTIME_ID
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:23:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Sockets.h:19:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:52:17: error: typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')
typedef uint8_t clockid_t;
                ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/portability/SysUio.cpp:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/ScopeGuard.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/functional:506:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/typeinfo:61:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/exception:81:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__memory/base.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/__debug:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:172:3: note: previous definition is here
} clockid_t;
  ^
4 warnings and 1 error generated.

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/String.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/String.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/String.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/String.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/String.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/String.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/ScopeGuard.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/ScopeGuard.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/ScopeGuard.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/ScopeGuard.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/ScopeGuard.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/ScopeGuard.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/NetOps.o
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:47:9: warning: 'CLOCK_REALTIME' macro redefined [-Wmacro-redefined]
#define CLOCK_REALTIME 0
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:155:9: note: previous definition is here
#define CLOCK_REALTIME _CLOCK_REALTIME
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:48:9: warning: 'CLOCK_MONOTONIC' macro redefined [-Wmacro-redefined]
#define CLOCK_MONOTONIC 1
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:157:9: note: previous definition is here
#define CLOCK_MONOTONIC _CLOCK_MONOTONIC
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:49:9: warning: 'CLOCK_PROCESS_CPUTIME_ID' macro redefined [-Wmacro-redefined]
#define CLOCK_PROCESS_CPUTIME_ID 2
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:169:9: note: previous definition is here
#define CLOCK_PROCESS_CPUTIME_ID _CLOCK_PROCESS_CPUTIME_ID
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:50:9: warning: 'CLOCK_THREAD_CPUTIME_ID' macro redefined [-Wmacro-redefined]
#define CLOCK_THREAD_CPUTIME_ID 3
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:171:9: note: previous definition is here
#define CLOCK_THREAD_CPUTIME_ID _CLOCK_THREAD_CPUTIME_ID
        ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:25:
/Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/portability/Time.h:52:17: error: typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')
typedef uint8_t clockid_t;
                ^
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/net/NetOps.cpp:17:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetOps.h:22:
In file included from /Volumes/Macintosh HD - Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly/folly/net/NetworkSocket.h:19:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ostream:137:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/ios:214:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/iosfwd:95:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/c++/v1/wchar.h:119:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/wchar.h:91:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/include/time.h:172:3: note: previous definition is here
} clockid_t;
  ^
4 warnings and 1 error generated.

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/Format.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/Format.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/Format.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/Format.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/Format.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/Format.o

CompileC /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/FileUtil.o /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/FileUtil.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RCT-Folly' from project 'Pods')
    cd /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++1z -stdlib\=libc++ -fmodules -fmodules-cache-path\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Index/DataStore -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly/include -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Private/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/fmt -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Headers/Public/glog -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/boost -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/DoubleConversion -I/Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/libevent/include -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources-normal/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources/x86_64 -I/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/DerivedSources -F/Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Products/Debug-iphonesimulator/RCT-Folly -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_PTHREAD\=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -faligned-new -include /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/Target\ Support\ Files/RCT-Folly/RCT-Folly-prefix.pch -MMD -MT dependencies -MF /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/FileUtil.d --serialize-diagnostics /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/FileUtil.dia -c /Volumes/Macintosh\ HD\ -\ Data/Projects/myproject/test/ios/Pods/RCT-Folly/folly/FileUtil.cpp -o /Users/user/Library/Developer/Xcode/DerivedData/test-fjmbycjnpwapeeepznhyiciprhaz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RCT-Folly.build/Objects-normal/x86_64/FileUtil.o

** BUILD FAILED **

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

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

React Native version:

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

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

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

Expected Results

Should compile and launched

botevst commented 3 years ago
post_install do |installer|
  react_native_post_install(installer)

  __apply_Xcode_12_5_M1_post_install_workaround(installer)

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

    case target.name
    when 'RCT-Folly'
      target.build_configurations.each do |config|
        config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
      end
    end
  end
end
SergiOnGit commented 3 years ago

The same here. Couldn't build the app. This issue exists so long time already

SergiOnGit commented 3 years ago
post_install do |installer|
  react_native_post_install(installer)

  __apply_Xcode_12_5_M1_post_install_workaround(installer)

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

    case target.name
    when 'RCT-Folly'
      target.build_configurations.each do |config|
        config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
      end
    end
  end
end

Tried, but nothing changed

wallacerenan commented 3 years ago

here I am also having an error but different:

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening mooveasy.xcworkspace.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace mooveasy.xcworkspace -configuration Debug -scheme mooveasy -destination id=98A2F11C-5588-4969-A404-B0439005D320

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: f0903146e167ecc5403ba744b35f5994
Build description path: /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/XCBuildData/f0903146e167ecc5403ba744b35f5994-desc.xcbuild

note: Build preparation complete
note: Building targets in parallel
PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-766FED219AE6322712F6EC918B59DEFB.sh (in target 'FBReactNativeSpec' from project 'Pods')
    cd /Users/renanwallace/projetos/mooveasy/ios/Pods
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=YES
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=renanwallace
    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 APPLY_RULES_IN_COPY_HEADERS\=NO
    export ARCHS\=arm64
    export ARCHS_STANDARD\=arm64\ x86_64
    export ARCHS_STANDARD_32_64_BIT\=arm64\ i386\ x86_64
    export ARCHS_STANDARD_32_BIT\=i386
    export ARCHS_STANDARD_64_BIT\=arm64\ x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64\ x86_64
    export ARCHS_UNIVERSAL_IPHONE_OS\=arm64\ i386\ x86_64
    export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL\=iPhone14,5
    export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION\=15.0
    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/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
    export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
    export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
    export BUNDLE_FORMAT\=shallow
    export BUNDLE_FRAMEWORKS_FOLDER_PATH\=Frameworks
    export BUNDLE_PLUGINS_FOLDER_PATH\=PlugIns
    export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH\=PrivateHeaders
    export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH\=Headers
    export CACHE_ROOT\=/var/folders/fn/v159zb4x5gb5gjsrrg0tzk280000gn/C/com.apple.DeveloperTools/13.0-13A233/Xcode
    export CCHROOT\=/var/folders/fn/v159zb4x5gb5gjsrrg0tzk280000gn/C/com.apple.DeveloperTools/13.0-13A233/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED\=YES
    export CLANG_ANALYZER_NONNULL\=YES
    export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION\=YES_AGGRESSIVE
    export CLANG_CXX_LANGUAGE_STANDARD\=c++14
    export CLANG_CXX_LIBRARY\=libc++
    export CLANG_ENABLE_MODULES\=YES
    export CLANG_ENABLE_MODULE_DEBUGGING\=NO
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_ENABLE_OBJC_WEAK\=NO
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING\=YES
    export CLANG_WARN_BOOL_CONVERSION\=YES
    export CLANG_WARN_COMMA\=YES
    export CLANG_WARN_CONSTANT_CONVERSION\=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS\=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_NON_LITERAL_NULL_CONVERSION\=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF\=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION\=YES
    export CLANG_WARN_OBJC_ROOT_CLASS\=YES_ERROR
    export CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER\=NO
    export CLANG_WARN_RANGE_LOOP_ANALYSIS\=YES
    export CLANG_WARN_STRICT_PROTOTYPES\=YES
    export CLANG_WARN_SUSPICIOUS_MOVE\=YES
    export CLANG_WARN_UNGUARDED_AVAILABILITY\=YES_AGGRESSIVE
    export CLANG_WARN_UNREACHABLE_CODE\=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH\=YES
    export CLASS_FILE_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/libFBReactNativeSpec.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/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=Debug
    export CONFIGURATION_BUILD_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
    export CONFIGURATION_TEMP_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.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.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME\=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk
    export CORRESPONDING_DEVICE_SDK_NAME\=iphoneos15.0
    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_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    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\=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\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 13.6\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 14.7\ 15.0
    export DERIVED_FILES_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE\=en
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DO_HEADER_SCANNING_IN_JAM\=NO
    export DSTROOT\=/tmp/Pods.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=libFBReactNativeSpec.a.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
    export EFFECTIVE_PLATFORM_NAME\=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
    export ENABLE_APP_SANDBOX\=NO
    export ENABLE_BITCODE\=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
    export ENABLE_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=NO
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=YES
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    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\=libFBReactNativeSpec.a
    export EXECUTABLE_PATH\=libFBReactNativeSpec.a
    export EXECUTABLE_PREFIX\=lib
    export EXECUTABLE_SUFFIX\=.a
    export FILE_LIST\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\ 
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=libFBReactNativeSpec.a
    export GCC3_VERSION\=3.3
    export GCC_C_LANGUAGE_STANDARD\=gnu11
    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_PREFIX_HEADER\=Target\ Support\ Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch
    export GCC_PREPROCESSOR_DEFINITIONS\=POD_CONFIGURATION_DEBUG\=1\ DEBUG\=1\ \ COCOAPODS\=1
    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_RETURN_TYPE\=YES_ERROR
    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 GENERATED_MODULEMAP_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator
    export GENERATE_INFOPLIST_FILE\=NO
    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/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/include\ \ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FBReactNativeSpec\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/DoubleConversion\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FBLazyVector\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FBReactNativeSpec\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/RCT-Folly\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/RCTRequired\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/RCTTypeSafety\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-Core\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-callinvoker\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-cxxreact\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-jsi\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-jsinspector\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-logger\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-perflogger\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/ReactCommon\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Yoga\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/fmt\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/glog\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec/React/FBReactNativeSpec\"\ \"/Users/renanwallace/projetos/mooveasy/ios/Pods/RCT-Folly\"
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/renanwallace
    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/Pods.dst/usr/local/lib
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=renanwallace
    export INSTALL_PATH\=/usr/local/lib
    export INSTALL_ROOT\=/tmp/Pods.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=11.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/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/undefined_arch/FBReactNativeSpec_dependency_info.dat
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/FBReactNativeSpec-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.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX\=lex
    export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE\=YES
    export LIBRARY_FLAG_PREFIX\=-l
    export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions
    export LIBRARY_SEARCH_PATHS\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\ 
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/arm64/FBReactNativeSpec.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=ios11.0
    export LLVM_TARGET_TRIPLE_SUFFIX\=-simulator
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZED_STRING_MACRO_NAMES\=NSLocalizedString\ CFCopyLocalizedString
    export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES
    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/renanwallace/projetos/mooveasy/ios/Pods
    export LOCSYMROOT\=/Users/renanwallace/projetos/mooveasy/ios/Pods
    export MACH_O_TYPE\=staticlib
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=20G165
    export MAC_OS_X_VERSION_ACTUAL\=110600
    export MAC_OS_X_VERSION_MAJOR\=110000
    export MAC_OS_X_VERSION_MINOR\=110600
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/
    export MODULE_CACHE_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO\=INCLUDE_SOURCE
    export MTL_FAST_MATH\=YES
    export NATIVE_ARCH\=arm64
    export NATIVE_ARCH_32_BIT\=arm
    export NATIVE_ARCH_64_BIT\=arm64
    export NATIVE_ARCH_ACTUAL\=arm64
    export NO_COMMON\=YES
    export OBJC_ABI_VERSION\=2
    export OBJECT_FILE_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal
    export OBJROOT\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=YES
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_CFLAGS\=\ -fmodule-map-file\=\"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"
    export OTHER_CPLUSPLUSFLAGS\=\ -fmodule-map-file\=\"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"
    export PACKAGE_TYPE\=com.apple.package-type.static-library
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/var/folders/fn/v159zb4x5gb5gjsrrg0tzk280000gn/T/yarn--1634407757500-0.5732687536215251:/Users/renanwallace/projetos/mooveasy/node_modules/.bin:/Users/renanwallace/.config/yarn/link/node_modules/.bin:/opt/homebrew/Cellar/node/16.11.1/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/homebrew/Cellar/node/16.11.1/lib/node_modules/npm/bin/node-gyp-bin:/opt/homebrew/Cellar/node/16.11.1/bin/node_modules/npm/bin/node-gyp-bin:/opt/homebrew/opt/ruby/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/renanwallace/.zinit/polaris/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/renanwallace/Library/Android/sdk/emulator:/Users/renanwallace/Library/Android/sdk/tools:/Users/renanwallace/Library/Android/sdk/tools/bin:/Users/renanwallace/Library/Android/sdk/platform-tools:/usr/local/opt/node@14/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode.app/Contents/Developer/Headers\ /Applications/Xcode.app/Contents/Developer/SDKs\ /Applications/Xcode.app/Contents/Developer/Platforms
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME\=iOS\ Simulator
    export PLATFORM_FAMILY_NAME\=iOS
    export PLATFORM_NAME\=iphonesimulator
    export PLATFORM_PREFERRED_ARCH\=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION\=19A339
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PODS_BUILD_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator
    export PODS_ROOT\=/Users/renanwallace/projetos/mooveasy/ios/Pods
    export PODS_TARGET_SRCROOT\=/Users/renanwallace/projetos/mooveasy/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec
    export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO
    export PRODUCT_BUNDLE_IDENTIFIER\=org.cocoapods.FBReactNativeSpec
    export PRODUCT_MODULE_NAME\=FBReactNativeSpec
    export PRODUCT_NAME\=FBReactNativeSpec
    export PRODUCT_SETTINGS_PATH\=
    export PRODUCT_TYPE\=com.apple.product-type.library.static
    export PROFILING_CODE\=NO
    export PROJECT\=Pods
    export PROJECT_DERIVED_FILE_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/DerivedSources
    export PROJECT_DIR\=/Users/renanwallace/projetos/mooveasy/ios/Pods
    export PROJECT_FILE_PATH\=/Users/renanwallace/projetos/mooveasy/ios/Pods/Pods.xcodeproj
    export PROJECT_NAME\=Pods
    export PROJECT_TEMP_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build
    export PROJECT_TEMP_ROOT\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex
    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/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/ResourceManagerResources
    export REZ_EXECUTABLE\=YES
    export REZ_OBJECTS_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPT_INPUT_FILE_0\=/Users/renanwallace/projetos/mooveasy/node_modules/react-native/Libraries
    export SCRIPT_INPUT_FILE_COUNT\=1
    export SCRIPT_INPUT_FILE_LIST_COUNT\=0
    export SCRIPT_OUTPUT_FILE_0\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources/codegen-FBReactNativeSpec.log
    export SCRIPT_OUTPUT_FILE_1\=/Users/renanwallace/projetos/mooveasy/ios/Pods/\ /Users/renanwallace/projetos/mooveasy/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h
    export SCRIPT_OUTPUT_FILE_2\=/Users/renanwallace/projetos/mooveasy/ios/Pods/\ /Users/renanwallace/projetos/mooveasy/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec-generated.mm
    export SCRIPT_OUTPUT_FILE_COUNT\=3
    export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk
    export SDK_DIR_iphonesimulator\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk
    export SDK_DIR_iphonesimulator15_0\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk
    export SDK_NAME\=iphonesimulator15.0
    export SDK_NAMES\=iphonesimulator15.0
    export SDK_PRODUCT_BUILD_VERSION\=19A339
    export SDK_VERSION\=15.0
    export SDK_VERSION_ACTUAL\=150000
    export SDK_VERSION_MAJOR\=150000
    export SDK_VERSION_MINOR\=150000
    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/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/DerivedSources
    export SHARED_PRECOMPS_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/PrecompiledHeaders
    export SKIP_INSTALL\=YES
    export SOURCE_ROOT\=/Users/renanwallace/projetos/mooveasy/ios/Pods
    export SRCROOT\=/Users/renanwallace/projetos/mooveasy/ios/Pods
    export STRINGSDATA_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=binary
    export STRIP_BITCODE_FROM_COPIED_FILES\=NO
    export STRIP_INSTALLED_PRODUCT\=NO
    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_ACTIVE_COMPILATION_CONDITIONS\=DEBUG\ 
    export SWIFT_EMIT_LOC_STRINGS\=NO
    export SWIFT_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/arm64/FBReactNativeSpec.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/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.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples
    export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
    export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
    export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    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,2
    export TARGETNAME\=FBReactNativeSpec
    export TARGET_BUILD_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
    export TARGET_DEVICE_IDENTIFIER\=98A2F11C-5588-4969-A404-B0439005D320
    export TARGET_DEVICE_MODEL\=iPhone14,5
    export TARGET_DEVICE_OS_VERSION\=15.0
    export TARGET_DEVICE_PLATFORM_NAME\=iphonesimulator
    export TARGET_NAME\=FBReactNativeSpec
    export TARGET_TEMP_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export TEMP_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export TEMP_FILES_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export TEMP_FILE_DIR\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export TEMP_ROOT\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex
    export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/Developer/Library/Frameworks
    export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO
    export UID\=501
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=renanwallace
    export USER_APPS_DIR\=/Users/renanwallace/Applications
    export USER_LIBRARY_DIR\=/Users/renanwallace/Library
    export USE_DYNAMIC_NO_PIC\=YES
    export USE_HEADERMAP\=YES
    export USE_HEADER_SYMLINKS\=NO
    export USE_LLVM_TARGET_TRIPLES\=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_CLANG\=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_LD\=YES
    export USE_LLVM_TARGET_TRIPLES_FOR_TAPI\=YES
    export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES\=YES
    export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR
    export VALIDATE_PRODUCT\=NO
    export VALIDATE_WORKSPACE\=YES_ERROR
    export VALID_ARCHS\=arm64\ arm64e\ i386\ x86_64
    export VERBOSE_PBXCP\=NO
    export VERSION_INFO_BUILDER\=renanwallace
    export VERSION_INFO_FILE\=FBReactNativeSpec_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:FBReactNativeSpec\ \ PROJECT:Pods-\"
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO
    export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION\=13A233
    export XCODE_VERSION_ACTUAL\=1300
    export XCODE_VERSION_MAJOR\=1300
    export XCODE_VERSION_MINOR\=1300
    export XPCSERVICES_FOLDER_PATH\=/XPCServices
    export YACC\=yacc
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-766FED219AE6322712F6EC918B59DEFB.sh
nvm is not compatible with the "PREFIX" environment variable: currently set to "/opt/homebrew"
Run `unset PREFIX` to unset it.
Command PhaseScriptExecution failed with a nonzero exit code

CompileC /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperDiagnosticsViewController.o /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperDiagnosticsViewController.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
    cd /Users/renanwallace/projetos/mooveasy/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fmodules -fmodules-cache-path\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Index/DataStore -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Fmt -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Folly -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Glog -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Yoga -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/\*\* -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutHelpers -IHeaders/Private/FlipperKit/FlipperKitLayoutIOSDescriptors -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion/Frameworks -F/Users/renanwallace/projetos/mooveasy/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/double-conversion -fmodule-map-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_HAVE_BACKTRACE\=1 -DFOLLY_HAVE_CLOCK_GETTIME\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/renanwallace/projetos/mooveasy/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperDiagnosticsViewController.d --serialize-diagnostics /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperDiagnosticsViewController.dia -c /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperDiagnosticsViewController.m -o /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperDiagnosticsViewController.o

CompileC /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperKitReactPlugin.o /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
    cd /Users/renanwallace/projetos/mooveasy/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fmodules -fmodules-cache-path\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Index/DataStore -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Fmt -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Folly -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Glog -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Yoga -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/\*\* -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutHelpers -IHeaders/Private/FlipperKit/FlipperKitLayoutIOSDescriptors -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion/Frameworks -F/Users/renanwallace/projetos/mooveasy/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/double-conversion -fmodule-map-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_HAVE_BACKTRACE\=1 -DFOLLY_HAVE_CLOCK_GETTIME\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/renanwallace/projetos/mooveasy/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperKitReactPlugin.d --serialize-diagnostics /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperKitReactPlugin.dia -c /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m -o /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FlipperKitReactPlugin.o

CompileC /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKUserDefaultsSwizzleUtility.o /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
    cd /Users/renanwallace/projetos/mooveasy/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fmodules -fmodules-cache-path\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Index/DataStore -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Fmt -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Folly -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Glog -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Yoga -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/\*\* -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutHelpers -IHeaders/Private/FlipperKit/FlipperKitLayoutIOSDescriptors -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion/Frameworks -F/Users/renanwallace/projetos/mooveasy/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/double-conversion -fmodule-map-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_HAVE_BACKTRACE\=1 -DFOLLY_HAVE_CLOCK_GETTIME\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/renanwallace/projetos/mooveasy/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKUserDefaultsSwizzleUtility.d --serialize-diagnostics /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKUserDefaultsSwizzleUtility.dia -c /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m -o /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKUserDefaultsSwizzleUtility.o

CompileC /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/SKHiddenWindow.o /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitPluginUtils/FlipperKitLayoutHelpers/FlipperKitLayoutHelpers/SKHiddenWindow.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
    cd /Users/renanwallace/projetos/mooveasy/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fmodules -fmodules-cache-path\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Index/DataStore -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Fmt -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Folly -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Glog -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Yoga -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/\*\* -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutHelpers -IHeaders/Private/FlipperKit/FlipperKitLayoutIOSDescriptors -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion/Frameworks -F/Users/renanwallace/projetos/mooveasy/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/double-conversion -fmodule-map-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_HAVE_BACKTRACE\=1 -DFOLLY_HAVE_CLOCK_GETTIME\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/renanwallace/projetos/mooveasy/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/SKHiddenWindow.d --serialize-diagnostics /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/SKHiddenWindow.dia -c /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitPluginUtils/FlipperKitLayoutHelpers/FlipperKitLayoutHelpers/SKHiddenWindow.m -o /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/SKHiddenWindow.o

CompileC /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/SKEnvironmentVariables.o /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit/SKEnvironmentVariables.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
    cd /Users/renanwallace/projetos/mooveasy/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fmodules -fmodules-cache-path\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Index/DataStore -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Fmt -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Folly -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Glog -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Yoga -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/\*\* -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutHelpers -IHeaders/Private/FlipperKit/FlipperKitLayoutIOSDescriptors -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion/Frameworks -F/Users/renanwallace/projetos/mooveasy/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/double-conversion -fmodule-map-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_HAVE_BACKTRACE\=1 -DFOLLY_HAVE_CLOCK_GETTIME\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/renanwallace/projetos/mooveasy/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/SKEnvironmentVariables.d --serialize-diagnostics /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/SKEnvironmentVariables.dia -c /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit/SKEnvironmentVariables.m -o /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/SKEnvironmentVariables.o

CompileC /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKPortForwardingServer.o /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
    cd /Users/renanwallace/projetos/mooveasy/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fmodules -fmodules-cache-path\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Index/DataStore -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Fmt -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Folly -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Glog -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Yoga -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/\*\* -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutHelpers -IHeaders/Private/FlipperKit/FlipperKitLayoutIOSDescriptors -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion/Frameworks -F/Users/renanwallace/projetos/mooveasy/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/double-conversion -fmodule-map-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_HAVE_BACKTRACE\=1 -DFOLLY_HAVE_CLOCK_GETTIME\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/renanwallace/projetos/mooveasy/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKPortForwardingServer.d --serialize-diagnostics /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKPortForwardingServer.dia -c /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m -o /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKPortForwardingServer.o

CompileC /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKUserDefaultsPlugin.o /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
    cd /Users/renanwallace/projetos/mooveasy/ios/Pods
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios11.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fmodules -fmodules-cache-path\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=FlipperKit -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -DFB_SONARKIT_ENABLED\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version\=2 -fobjc-legacy-dispatch -index-store-path /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Index/DataStore -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Fmt -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Folly -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-Glog -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-PeerTalk -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Flipper-RSocket -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/Yoga -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Private/FlipperKit -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/\*\* -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-Boost-iOSX -I/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion -I/Users/renanwallace/projetos/mooveasy/ios/Pods/libevent/include -IHeaders/Private/FlipperKit -IHeaders/Private/FlipperKit/CppBridge -IHeaders/Private/FlipperKit/FBCxxFollyDynamicConvert -IHeaders/Private/FlipperKit/FBDefines -IHeaders/Private/FlipperKit/FKPortForwarding -IHeaders/Private/FlipperKit/FlipperKitHighlightOverlay -IHeaders/Private/FlipperKit/FlipperKitLayoutHelpers -IHeaders/Private/FlipperKit/FlipperKitLayoutIOSDescriptors -IHeaders/Private/FlipperKit/FlipperKitLayoutPlugin -IHeaders/Private/FlipperKit/FlipperKitLayoutTextSearchable -IHeaders/Private/FlipperKit/FlipperKitNetworkPlugin -IHeaders/Private/FlipperKit/FlipperKitReactPlugin -IHeaders/Private/FlipperKit/FlipperKitUserDefaultsPlugin -IHeaders/Private/FlipperKit/SKIOSNetworkPlugin -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources-normal/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources/arm64 -I/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/DerivedSources -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/FlipperKit -F/Users/renanwallace/projetos/mooveasy/ios/Pods/Flipper-DoubleConversion/Frameworks -F/Users/renanwallace/projetos/mooveasy/ios/Pods/OpenSSL-Universal/Frameworks -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/OpenSSL -F/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/double-conversion -fmodule-map-file\=/Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap -fmodule-map-file\=/Users/renanwallace/projetos/mooveasy/ios/Pods/Headers/Public/yoga/Yoga.modulemap -DDEBUG\=1 -DFLIPPER_OSS\=1 -DFB_SONARKIT_ENABLED\=1 -DFOLLY_HAVE_BACKTRACE\=1 -DFOLLY_HAVE_CLOCK_GETTIME\=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE\=1 -DFOLLY_USE_LIBCPP\=1 -DFOLLY_HAVE_LIBGFLAGS\=0 -DFOLLY_HAVE_LIBJEMALLOC\=0 -DFOLLY_HAVE_PREADV\=0 -DFOLLY_HAVE_PWRITEV\=0 -DFOLLY_HAVE_TFO\=0 -DFOLLY_USE_SYMBOLIZER\=0 -include /Users/renanwallace/projetos/mooveasy/ios/Pods/Target\ Support\ Files/FlipperKit/FlipperKit-prefix.pch -MMD -MT dependencies -MF /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKUserDefaultsPlugin.d --serialize-diagnostics /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKUserDefaultsPlugin.dia -c /Users/renanwallace/projetos/mooveasy/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.m -o /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FlipperKit.build/Objects-normal/arm64/FKUserDefaultsPlugin.o

** BUILD FAILED **

The following build commands failed:
    PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/renanwallace/Library/Developer/Xcode/DerivedData/mooveasy-aodlsunypdapmsbnlqflirozzocb/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-766FED219AE6322712F6EC918B59DEFB.sh (in target 'FBReactNativeSpec' from project 'Pods')
(1 failure)
wallacerenan commented 3 years ago

My setup

System:
    OS: macOS 11.6
    CPU: (8) arm64 Apple M1
    Memory: 151.36 MB / 8.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 16.11.1 - /usr/local/bin/node
    Yarn: 1.22.15 - /opt/homebrew/bin/yarn
    npm: 8.0.0 - /opt/homebrew/bin/npm
    Watchman: 2021.10.11.00 - /opt/homebrew/bin/watchman
  Managers:
    CocoaPods: 1.10.2 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 15.0, DriverKit 20.4, macOS 11.3, tvOS 15.0, watchOS 8.0
    Android SDK:
      API Levels: 29, 30
      Build Tools: 28.0.3, 29.0.2, 30.0.2, 30.0.3
      System Images: android-30 | Google APIs Intel x86 Atom, android-31 | Google Play ARM 64 v8a, android-S | Google APIs ARM 64 v8a, android-S | Google Play ARM 64 v8a
      Android NDK: 22.1.7171670
  IDEs:
    Android Studio: 2020.3 AI-203.7717.56.2031.7678000
    Xcode: 13.0/13A233 - /usr/bin/xcodebuild
  Languages:
    Java: 11.0.11 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.2 => 17.0.2 
    react-native: 0.66.1 => 0.66.1 
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found
oleksandr-dziuban commented 3 years ago

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

theRealSheng commented 3 years ago

You need to install the pods.

npx pod-install ios

I was not able to launch the app from the terminal. I had to use xcode. Please make sure you are using node 12 or 14.

difilippoagustin commented 3 years ago

I have the same error, it's unbelievable...

indapublic commented 3 years ago

Same

difilippoagustin commented 3 years ago

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

TheFe91 commented 2 years ago

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

This worked for me.

Brad19 commented 2 years ago

Im also getting the same error with react-native run-ios. But when i build it via Xcode it works fine. This was not happening when i had my last xcode 12.5.1 version. But once i upgraded it, it has started creating error in command line build.

if someone has a solution, Please advise soon so i can take break in this xmas time without thinking too much.

Looks like the workspace is not accessible via command line i suppose. Here is my config

react-native: 0.61.5 react: 16.3.0 Xcode: 13.2 OS: Monterey

I tried the following Iteration 1:

Iteration: 2

Iteration: 3

Here is my error

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening MyMobile.xcworkspace. Run CLI with --verbose flag for more details.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace MyMobile.xcworkspace -configuration Debug -scheme MyMobile -destination id=7ABA9501-6D29-4260-BEE8-5A2AF6276F86

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    TOOLCHAINS = com.apple.dt.toolchain.XcodeDefault

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 28789808f49c4aaaf9c0da7ecb9fa162
Build description path: /Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/XCBuildData/28789808f49c4aaaf9c0da7ecb9fa162-desc.xcbuild

note: Build preparation complete
warning: Building targets in manual order is deprecated - choose Dependency Order in scheme settings instead, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current scheme to suppress this warning
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Mixpanel-swift' from project 'Pods')
    cd /Users/xxxxx/development/app/ios/Pods
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.2.sdk
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault\ com.apple.dt.toolchain.XcodeDefault
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening MyMobile.xcworkspace. Run CLI with --verbose flag for more details.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace MyMobile.xcworkspace -configuration Debug -scheme MyMobile -destination id=7ABA9501-6D29-4260-BEE8-5A2AF6276F86

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    TOOLCHAINS = com.apple.dt.toolchain.XcodeDefault

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 28789808f49c4aaaf9c0da7ecb9fa162
Build description path: /Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/XCBuildData/28789808f49c4aaaf9c0da7ecb9fa162-desc.xcbuild

note: Build preparation complete
warning: Building targets in manual order is deprecated - choose Dependency Order in scheme settings instead, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current scheme to suppress this warning
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Mixpanel-swift' from project 'Pods')
    cd /Users/xxxxxx/development/app/ios/Pods
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.2.sdk
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault\ com.apple.dt.toolchain.XcodeDefault
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Mixpanel -Onone -enable-batch-mode -enforce-exclusivity\=checked @/Users/xxxxxx/Library/Developer/Xcode/DerivedData/xxxx-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/Objects-normal/x86_64/Mixpanel-swift.SwiftFileList -DDEBUG -DIOS -D COCOAPODS -Xcc -fmodule-map-file\=/Users/xxxxxx/Library/Developer/Xcode/DerivedData/xxxxx-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/Mixpanel-swift/Mixpanel.modulemap -Xcc -fmodule-map-file\=/Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/MixpanelReactNative/MixpanelReactNative.modulemap -D COCOAPODS -import-underlying-module -Xcc -fmodule-map-file\=/Users/xxxxxx/development/app/ios/Pods/Headers/Public/Mixpanel/Mixpanel-swift.modulemap -D COCOAPODS -Xcc -fmodule-map-file\=/Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/Mixpanel-swift/Mixpanel.modulemap -Xcc -fmodule-map-file\=/Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/MixpanelReactNative/MixpanelReactNative.modulemap -D DECIDE -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.2.sdk -target x86_64-apple-ios9.0-simulator -g -module-cache-path /Users/xxxxxx/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Index/DataStore -swift-version 5 -I /Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/Mixpanel-swift -I /Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/Mixpanel-swift -I /Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/MixpanelReactNative -F /Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/Mixpanel-swift -c -j8 -output-file-map /Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/Objects-normal/x86_64/Mixpanel-swift-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/Objects-normal/x86_64/Mixpanel.swiftmodule -Xcc -I/Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/xxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/Mixpanel-swift-generated-files.hmap -Xcc -I/Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/Mixpanel-swift-own-target-headers.hmap -Xcc -I/Users/xxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/Mixpanel-swift-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/xxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/Mixpanel-swift-project-headers.hmap -Xcc -iquote -Xcc /Users/xxxxxx/development/app/ios/libwebp/src -Xcc -I/Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Products/Debug-iphonesimulator/Mixpanel-swift/include -Xcc -I/Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/DerivedSources-normal/x86_64 -Xcc -I/Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/DerivedSources/x86_64 -Xcc -I/Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -emit-objc-header -emit-objc-header-path /Users/xxxxxx/Library/Developer/Xcode/DerivedData/MyMobile-gmojdzfigxnwwbdauorwcbinzbad/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Mixpanel-swift.build/Objects-normal/x86_64/Mixpanel-Swift.h -working-directory /Users/xxxxxx/development/app/ios/Pods

....

Brad

dpecha777 commented 2 years ago

i have the same error with ... RN version 0.67.3 Clean app install with typescript template

The following build commands failed: PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/weedy/Library/Developer/Xcode/DerivedData/{name}/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-5F4C70EF7D90A5A5BDAEB404279F232A.sh (in target 'FBReactNativeSpec' from project 'Pods')

felipepalazzo commented 2 years ago

getting the same error as wallacerenan. I'm using RN 0.66.4 and XCode 13.3.

What difilippoagustin suggested worked for me 🤷‍♂️

ShivamJoker commented 2 years ago

I mean seriously what on earth RN team at facebook is doing? In few days they will mark this as stale and the devs will keep suffering :(

ShivamJoker commented 2 years ago

okay turns out I needed to do some changes in nvm

nvm alias default system
jay-stance commented 2 years ago

facing the same issue here, please how can this be resolved?

github-actions[bot] commented 1 year ago
:warning: Unsupported Version of React Native
:information_source: It looks like your issue or the example you provided uses an unsupported version of React Native. Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support.