Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Build Error with react-native version - 0.64.0 #31259

Closed
anujraghuvanshi opened this issue Mar 27, 2021 · 78 comments
Closed

iOS Build Error with react-native version - 0.64.0 #31259

anujraghuvanshi opened this issue Mar 27, 2021 · 78 comments
Labels
Needs: Triage 🔍 Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@anujraghuvanshi
Copy link

Description

** BUILD FAILED ** always when try to run project with version 0.64.0. All works fine when I run with lower versions of react native.

React Native version:

System:
    OS: macOS 11.0.1
    CPU: (12) x64 Intel(R) Core(TM) i7-8700B CPU @ 3.20GHz
    Memory: 33.45 MB / 16.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 14.16.0 - ~/.nvm/versions/node/v14.16.0/bin/node
    Yarn: 1.22.10 - /usr/local/bin/yarn
    npm: 6.14.11 - ~/.nvm/versions/node/v14.16.0/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.10.1 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
    Android SDK:
      API Levels: 26, 27, 28, 29, 30
      Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.2
      System Images: android-24 | Google APIs Intel x86 Atom, android-26 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom, android-30 | Google APIs Intel x86 Atom, android-30 | Google APIs Intel x86 Atom_64, android-30 | Google Play Intel x86 Atom, android-30 | Google Play Intel x86 Atom_64, android-R | Google APIs Intel x86 Atom
      Android NDK: Not Found
  IDEs:
    Android Studio: 4.1 AI-201.8743.12.41.7199119
    Xcode: 12.4/12D4e - /usr/bin/xcodebuild
  Languages:
    Java: 1.8.0_241 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.1 => 17.0.1 
    react-native: 0.64.0 => 0.64.0 
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

Steps To Reproduce

  1. Initialize project using npx react-native init MyAwesomeProject
  2. Run for iOS Simulator npx react-native run-ios
  3. Now it will try to run in iOS Simulator and will get failed.

Expected Results

  • Project should run in iOS Simulator.

Snack, code example, screenshot, or link to a repository:

Not have any additional Code to attach as project new initialized project. Here's complete output of run-ios -

info Found Xcode workspace "MyRNAnimations.xcworkspace"
info Building (using "xcodebuild -workspace MyRNAnimations.xcworkspace -configuration Debug -scheme MyRNAnimations -destination id=AF32494C-34BA-44FA-AE40-D31B853956B6")
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 MyRNAnimations.xcworkspace.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace MyRNAnimations.xcworkspace -configuration Debug -scheme MyRNAnimations -destination id=AF32494C-34BA-44FA-AE40-D31B853956B6

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Using build description from disk
warning: Skipping duplicate build file in Compile Sources build phase: /Users/anuj/Documents/My Projects/React Native/MyRNAnimations/node_modules/react-native/React/FBReactNativeSpec/Native/MyRNAnimations/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec-generated.mm (in target 'FBReactNativeSpec' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/anuj/Documents/My Projects/React Native/MyRNAnimations/node_modules/react-native/React/FBReactNativeSpec/Native/MyRNAnimations/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h (in target 'FBReactNativeSpec' from project 'Pods')
PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-0A79C5CBE8A2224B8CC70E5E27C587FC.sh (in target 'FBReactNativeSpec' from project 'Pods')
    cd /Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=YES
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=anuj
    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\=x86_64
    export ARCHS_STANDARD\=arm64\ x86_64\ i386
    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\ i386
    export ARCHS_UNIVERSAL_IPHONE_OS\=arm64\ i386\ x86_64
    export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL\=iPhone13,2
    export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION\=14.4
    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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/f_/jwx5ts2n5pg8y_hs55z4189m0000gn/C/com.apple.DeveloperTools/12.4-12D4e/Xcode
    export CCHROOT\=/var/folders/f_/jwx5ts2n5pg8y_hs55z4189m0000gn/C/com.apple.DeveloperTools/12.4-12D4e/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/anuj/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=Debug
    export CONFIGURATION_BUILD_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
    export CONFIGURATION_TEMP_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/iPhoneOS14.4.sdk
    export CORRESPONDING_DEVICE_SDK_NAME\=iphoneos14.4
    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.2\ 10.0\ 10.2\ 11.0\ 11.2\ 11.4\ 12.1\ 12.3\ 13.0\ 13.2\ 13.4\ 13.6\ 14.1\ 14.3\ 14.4
    export DERIVED_FILES_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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_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_ARCHS\=arm64\ 
    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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator
    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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/include\ \ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Private\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Private/FBReactNativeSpec\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/DoubleConversion\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/FBLazyVector\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/FBReactNativeSpec\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/RCT-Folly\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/RCTRequired\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/RCTTypeSafety\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React-Core\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React-callinvoker\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React-cxxreact\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React-jsi\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React-jsinspector\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React-perflogger\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/ReactCommon\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/Yoga\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/glog\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec/React/FBReactNativeSpec\"\ \"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/RCT-Folly\"
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/anuj
    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\=anuj
    export INSTALL_PATH\=/usr/local/lib
    export INSTALL_ROOT\=/tmp/Pods.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=10.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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\ 
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_x86_64\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/x86_64/FBReactNativeSpec.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=ios10.0
    export LLVM_TARGET_TRIPLE_SUFFIX\=-simulator
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    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/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods
    export LOCSYMROOT\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods
    export MACH_O_TYPE\=staticlib
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=20B50
    export MAC_OS_X_VERSION_ACTUAL\=110001
    export MAC_OS_X_VERSION_MAJOR\=110000
    export MAC_OS_X_VERSION_MINOR\=110000
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/
    export MODULE_CACHE_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO\=INCLUDE_SOURCE
    export MTL_FAST_MATH\=YES
    export NATIVE_ARCH\=x86_64
    export NATIVE_ARCH_32_BIT\=i386
    export NATIVE_ARCH_64_BIT\=x86_64
    export NATIVE_ARCH_ACTUAL\=x86_64
    export NO_COMMON\=YES
    export OBJC_ABI_VERSION\=2
    export OBJECT_FILE_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal
    export OBJROOT\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=YES
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_CFLAGS\=\ -fmodule-map-file\=\"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"
    export OTHER_CPLUSPLUSFLAGS\=\ -fmodule-map-file\=\"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/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:/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/node_modules/.bin:/Users/anuj/.nvm/versions/node/v14.16.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/anuj/Library/Android/sdk/emulator:/Users/anuj/Library/Android/sdk/tools:/Users/anuj/Library/Android/sdk/platform-tools:/Users/anuj/Library/Python/3.9/bin:/Users/anuj/Documents/Flutter\ Setup/flutter/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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\=18D46
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PODS_BUILD_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator
    export PODS_ROOT\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods
    export PODS_TARGET_SRCROOT\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec
    export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/DerivedSources
    export PROJECT_DIR\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods
    export PROJECT_FILE_PATH\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods/Pods.xcodeproj
    export PROJECT_NAME\=Pods
    export PROJECT_TEMP_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build
    export PROJECT_TEMP_ROOT\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/ResourceManagerResources
    export REZ_EXECUTABLE\=YES
    export REZ_OBJECTS_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPT_INPUT_FILE_0\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/node_modules/react-native/Libraries
    export SCRIPT_INPUT_FILE_COUNT\=1
    export SCRIPT_INPUT_FILE_LIST_COUNT\=0
    export SCRIPT_OUTPUT_FILE_0\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources/codegen-FBReactNativeSpec.log
    export SCRIPT_OUTPUT_FILE_1\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h
    export SCRIPT_OUTPUT_FILE_2\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/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/iPhoneSimulator14.4.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
    export SDK_DIR_iphonesimulator14_4\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
    export SDK_NAME\=iphonesimulator14.4
    export SDK_NAMES\=iphonesimulator14.4
    export SDK_PRODUCT_BUILD_VERSION\=18D46
    export SDK_VERSION\=14.4
    export SDK_VERSION_ACTUAL\=140400
    export SDK_VERSION_MAJOR\=140000
    export SDK_VERSION_MINOR\=140400
    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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/DerivedSources
    export SHARED_PRECOMPS_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/PrecompiledHeaders
    export SKIP_INSTALL\=YES
    export SOURCE_ROOT\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods
    export SRCROOT\=/Users/anuj/Documents/My\ Projects/React\ Native/MyRNAnimations/ios/Pods
    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_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_x86_64\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/x86_64/FBReactNativeSpec.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
    export TARGET_DEVICE_IDENTIFIER\=AF32494C-34BA-44FA-AE40-D31B853956B6
    export TARGET_DEVICE_MODEL\=iPhone13,2
    export TARGET_DEVICE_OS_VERSION\=14.4
    export TARGET_NAME\=FBReactNativeSpec
    export TARGET_TEMP_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export TEMP_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export TEMP_FILES_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export TEMP_FILE_DIR\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
    export TEMP_ROOT\=/Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/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/iPhoneSimulator14.4.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\=anuj
    export USER_APPS_DIR\=/Users/anuj/Applications
    export USER_LIBRARY_DIR\=/Users/anuj/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\=anuj
    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\=12D4e
    export XCODE_VERSION_ACTUAL\=1240
    export XCODE_VERSION_MAJOR\=1200
    export XCODE_VERSION_MINOR\=1240
    export XPCSERVICES_FOLDER_PATH\=/XPCServices
    export YACC\=yacc
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-0A79C5CBE8A2224B8CC70E5E27C587FC.sh
bash: Projects/React: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code

warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99. (in target 'boost-for-react-native' from project 'Pods')

** BUILD FAILED **


The following build commands failed:
	PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/anuj/Library/Developer/Xcode/DerivedData/MyRNAnimations-gfhmqolshmhpmzhbhqbfeaqbupjz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-0A79C5CBE8A2224B8CC70E5E27C587FC.sh
(1 failure)

info Run CLI with --verbose flag for more details.
@jjairojr
Copy link

getting the same issue here bro =/

@sankalp98
Copy link

same issue here

@crzycoder
Copy link

PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-F2DBC065B2DB02AC085CBB151E776788.sh (in target 'FBReactNativeSpec' from project 'Pods')
cd /Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=YES
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=hst
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=x86_64
export ARCHS_STANDARD=arm64\ x86_64\ i386
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\ i386
export ARCHS_UNIVERSAL_IPHONE_OS=arm64\ i386\ x86_64
export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL=iPhone12,3
export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION=14.4
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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
export BUILD_ROOT=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/r4/cqz6kbvj77b60g2ytvdtmtnh0000gn/C/com.apple.appstoreagent/com.apple.DeveloperTools/12.4-12D4e/Xcode
export CCHROOT=/var/folders/r4/cqz6kbvj77b60g2ytvdtmtnh0000gn/C/com.apple.appstoreagent/com.apple.DeveloperTools/12.4-12D4e/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/hst/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
export CONFIGURATION_TEMP_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/iPhoneOS14.4.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos14.4
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.2\ 10.0\ 10.2\ 11.0\ 11.2\ 11.4\ 12.1\ 12.3\ 13.0\ 13.2\ 13.4\ 13.6\ 14.1\ 14.3\ 14.4
export DERIVED_FILES_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
export DERIVED_FILE_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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_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_ARCHS=arm64\
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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/FixedFiles
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator
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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/include\ \ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Private"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Private/FBReactNativeSpec"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/DoubleConversion"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/FBLazyVector"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/FBReactNativeSpec"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/RCT-Folly"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/RCTRequired"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/RCTTypeSafety"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React-Core"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React-callinvoker"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React-cxxreact"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React-jsi"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React-jsiexecutor"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React-jsinspector"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React-perflogger"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React-runtimeexecutor"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/ReactCommon"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/Yoga"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/glog"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec/React/FBReactNativeSpec"\ "/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/RCT-Folly"
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/hst
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=hst
export INSTALL_PATH=/usr/local/lib
export INSTALL_ROOT=/tmp/Pods.dst
export IPHONEOS_DEPLOYMENT_TARGET=10.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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/x86_64/FBReactNativeSpec.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LLVM_TARGET_TRIPLE_OS_VERSION=ios10.0
export LLVM_TARGET_TRIPLE_SUFFIX=-simulator
export LLVM_TARGET_TRIPLE_VENDOR=apple
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/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods
export LOCSYMROOT=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods
export MACH_O_TYPE=staticlib
export MAC_OS_X_PRODUCT_BUILD_VERSION=20D91
export MAC_OS_X_VERSION_ACTUAL=110203
export MAC_OS_X_VERSION_MAJOR=110000
export MAC_OS_X_VERSION_MINOR=110200
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/
export MODULE_CACHE_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=INCLUDE_SOURCE
export MTL_FAST_MATH=YES
export NATIVE_ARCH=x86_64
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects
export OBJECT_FILE_DIR_normal=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal
export OBJROOT=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_CFLAGS=\ -fmodule-map-file="/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React/React-Core.modulemap"\ -fmodule-map-file="/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/yoga/Yoga.modulemap"
export OTHER_CPLUSPLUSFLAGS=\ -fmodule-map-file="/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Headers/Public/React/React-Core.modulemap"\ -fmodule-map-file="/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/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:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/undefined_arch
export PER_VARIANT_OBJECT_FILE_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal
export PKGINFO_FILE_PATH=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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=18D46
export PLIST_FILE_OUTPUT_FORMAT=binary
export PODS_BUILD_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products
export PODS_CONFIGURATION_BUILD_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator
export PODS_ROOT=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods
export PODS_TARGET_SRCROOT=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec
export PODS_XCFRAMEWORKS_BUILD_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/DerivedSources
export PROJECT_DIR=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods
export PROJECT_FILE_PATH=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods/Pods.xcodeproj
export PROJECT_NAME=Pods
export PROJECT_TEMP_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build
export PROJECT_TEMP_ROOT=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/ResourceManagerResources
export REZ_EXECUTABLE=YES
export REZ_OBJECTS_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPT_INPUT_FILE_0=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/node_modules/react-native/Libraries
export SCRIPT_INPUT_FILE_COUNT=1
export SCRIPT_INPUT_FILE_LIST_COUNT=0
export SCRIPT_OUTPUT_FILE_0=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources/codegen-FBReactNativeSpec.log
export SCRIPT_OUTPUT_FILE_1=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h
export SCRIPT_OUTPUT_FILE_2=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/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/iPhoneSimulator14.4.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
export SDK_DIR_iphonesimulator14_4=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
export SDK_NAME=iphonesimulator14.4
export SDK_NAMES=iphonesimulator14.4
export SDK_PRODUCT_BUILD_VERSION=18D46
export SDK_VERSION=14.4
export SDK_VERSION_ACTUAL=140400
export SDK_VERSION_MAJOR=140000
export SDK_VERSION_MINOR=140400
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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/DerivedSources
export SHARED_PRECOMPS_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/PrecompiledHeaders
export SKIP_INSTALL=YES
export SOURCE_ROOT=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods
export SRCROOT=/Users/hst/Desktop/React\ native/dexterProject/rn_shopify_dexterdexte/ios/Pods
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_OPTIMIZATION_LEVEL=-Onone
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SWIFT_RESPONSE_FILE_PATH_normal_x86_64=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/x86_64/FBReactNativeSpec.SwiftFileList
export SWIFT_VERSION=5.0
export SYMROOT=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
export TARGET_DEVICE_IDENTIFIER=642EDFA5-1753-43C4-813A-E6447A754BC9
export TARGET_DEVICE_MODEL=iPhone12,3
export TARGET_DEVICE_OS_VERSION=14.4
export TARGET_NAME=FBReactNativeSpec
export TARGET_TEMP_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
export TEMP_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
export TEMP_FILES_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
export TEMP_FILE_DIR=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
export TEMP_ROOT=/Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/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/iPhoneSimulator14.4.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=hst
export USER_APPS_DIR=/Users/hst/Applications
export USER_LIBRARY_DIR=/Users/hst/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=hst
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=12D4e
export XCODE_VERSION_ACTUAL=1240
export XCODE_VERSION_MAJOR=1200
export XCODE_VERSION_MINOR=1240
export XPCSERVICES_FOLDER_PATH=/XPCServices
export YACC=yacc
export arch=undefined_arch
export variant=normal
/bin/sh -c /Users/hst/Library/Developer/Xcode/DerivedData/Dexterdexterdexter-bvrfxnwqxcnvncbdgyjgbsnncpdf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-F2DBC065B2DB02AC085CBB151E776788.sh

bash: native/dexterProject/rn_shopify_dexterdexte/node_modules/react-native/scripts/../Libraries: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code

@KaungHtetHein116
Copy link

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products (in target 'glog' from project 'Pods')
cd /Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
builtin-create-build-directory /Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products

CreateBuildDirectory /Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex (in target 'glog' from project 'Pods')
cd /Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
builtin-create-build-directory /Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex

warning: Skipping duplicate build file in Copy Headers build phase: /Users/KaungHtetHein/Projects/Sample Projs/Test/node_modules/react-native/React/FBReactNativeSpec/Projs/Test/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h (in target 'FBReactNativeSpec' from project 'Pods')
warning: Skipping duplicate build file in Compile Sources build phase: /Users/KaungHtetHein/Projects/Sample Projs/Test/node_modules/react-native/React/FBReactNativeSpec/Projs/Test/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec-generated.mm (in target 'FBReactNativeSpec' from project 'Pods')
PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-43AE70C1DB514A795395CFA4A7041333.sh (in target 'FBReactNativeSpec' from project 'Pods')
cd /Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=YES
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=KaungHtetHein
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=x86_64
export ARCHS_STANDARD=arm64\ x86_64\ i386
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\ i386
export ARCHS_UNIVERSAL_IPHONE_OS=arm64\ i386\ x86_64
export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL=iPhone13,2
export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION=14.3
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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
export BUILD_ROOT=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/nk/4g1xtd8j39x7wc60s66rrcp00000gq/C/com.apple.DeveloperTools/12.3-12C33/Xcode
export CCHROOT=/var/folders/nk/4g1xtd8j39x7wc60s66rrcp00000gq/C/com.apple.DeveloperTools/12.3-12C33/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/KaungHtetHein/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
export CONFIGURATION_TEMP_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/iPhoneOS14.3.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos14.3
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
export DERIVED_FILES_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
export DERIVED_FILE_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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_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_ARCHS=arm64\
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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/FixedFiles
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator
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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/include\ \ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Private"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Private/FBReactNativeSpec"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/DoubleConversion"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/FBLazyVector"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/FBReactNativeSpec"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/RCT-Folly"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/RCTRequired"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/RCTTypeSafety"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React-Core"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React-callinvoker"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React-cxxreact"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React-jsi"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React-jsiexecutor"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React-jsinspector"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React-perflogger"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React-runtimeexecutor"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/ReactCommon"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/Yoga"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/glog"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec/React/FBReactNativeSpec"\ "/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/RCT-Folly"
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/KaungHtetHein
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=KaungHtetHein
export INSTALL_PATH=/usr/local/lib
export INSTALL_ROOT=/tmp/Pods.dst
export IPHONEOS_DEPLOYMENT_TARGET=10.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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/x86_64/FBReactNativeSpec.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LLVM_TARGET_TRIPLE_OS_VERSION=ios10.0
export LLVM_TARGET_TRIPLE_SUFFIX=-simulator
export LLVM_TARGET_TRIPLE_VENDOR=apple
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/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
export LOCSYMROOT=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
export MACH_O_TYPE=staticlib
export MAC_OS_X_PRODUCT_BUILD_VERSION=19H524
export MAC_OS_X_VERSION_ACTUAL=101507
export MAC_OS_X_VERSION_MAJOR=101500
export MAC_OS_X_VERSION_MINOR=1507
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/
export MODULE_CACHE_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=INCLUDE_SOURCE
export MTL_FAST_MATH=YES
export NATIVE_ARCH=x86_64
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects
export OBJECT_FILE_DIR_normal=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal
export OBJROOT=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_CFLAGS=\ -fmodule-map-file="/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React/React-Core.modulemap"\ -fmodule-map-file="/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/yoga/Yoga.modulemap"
export OTHER_CPLUSPLUSFLAGS=\ -fmodule-map-file="/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Headers/Public/React/React-Core.modulemap"\ -fmodule-map-file="/Users/KaungHtetHein/Projects/Sample\ Projs/Test/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:/Users/KaungHtetHein/Projects/Sample\ Projs/Test/node_modules/.bin:/Users/KaungHtetHein/Projects/Sample\ Projs/node_modules/.bin:/Users/KaungHtetHein/Projects/node_modules/.bin:/Users/KaungHtetHein/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/usr/local/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/KaungHtetHein/Library/Android/sdk/emulator:/Users/KaungHtetHein/Library/Android/sdk/tools:/Users/KaungHtetHein/Library/Android/sdk/tools/bin:/Users/KaungHtetHein/Library/Android/sdk/platform-tools
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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/undefined_arch
export PER_VARIANT_OBJECT_FILE_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal
export PKGINFO_FILE_PATH=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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=18C61
export PLIST_FILE_OUTPUT_FORMAT=binary
export PODS_BUILD_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products
export PODS_CONFIGURATION_BUILD_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator
export PODS_ROOT=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
export PODS_TARGET_SRCROOT=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/../../node_modules/react-native/React/FBReactNativeSpec
export PODS_XCFRAMEWORKS_BUILD_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/DerivedSources
export PROJECT_DIR=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
export PROJECT_FILE_PATH=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods/Pods.xcodeproj
export PROJECT_NAME=Pods
export PROJECT_TEMP_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build
export PROJECT_TEMP_ROOT=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/ResourceManagerResources
export REZ_EXECUTABLE=YES
export REZ_OBJECTS_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator/FBReactNativeSpec\
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPT_INPUT_FILE_0=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/node_modules/react-native/Libraries
export SCRIPT_INPUT_FILE_COUNT=1
export SCRIPT_INPUT_FILE_LIST_COUNT=0
export SCRIPT_OUTPUT_FILE_0=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/DerivedSources/codegen-FBReactNativeSpec.log
export SCRIPT_OUTPUT_FILE_1=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/node_modules/react-native/React/FBReactNativeSpec/FBReactNativeSpec/FBReactNativeSpec.h
export SCRIPT_OUTPUT_FILE_2=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/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/iPhoneSimulator14.3.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk
export SDK_DIR_iphonesimulator14_3=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk
export SDK_NAME=iphonesimulator14.3
export SDK_NAMES=iphonesimulator14.3
export SDK_PRODUCT_BUILD_VERSION=18C61
export SDK_VERSION=14.3
export SDK_VERSION_ACTUAL=140300
export SDK_VERSION_MAJOR=140000
export SDK_VERSION_MINOR=140300
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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator/FBReactNativeSpec/DerivedSources
export SHARED_PRECOMPS_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/PrecompiledHeaders
export SKIP_INSTALL=YES
export SOURCE_ROOT=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
export SRCROOT=/Users/KaungHtetHein/Projects/Sample\ Projs/Test/ios/Pods
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_OPTIMIZATION_LEVEL=-Onone
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SWIFT_RESPONSE_FILE_PATH_normal_x86_64=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Objects-normal/x86_64/FBReactNativeSpec.SwiftFileList
export SWIFT_VERSION=5.0
export SYMROOT=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Products/Debug-iphonesimulator/FBReactNativeSpec
export TARGET_DEVICE_IDENTIFIER=2B3C2B35-F63A-4FEC-B8D1-468E98284983
export TARGET_DEVICE_MODEL=iPhone13,2
export TARGET_DEVICE_OS_VERSION=14.3
export TARGET_NAME=FBReactNativeSpec
export TARGET_TEMP_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
export TEMP_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
export TEMP_FILES_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
export TEMP_FILE_DIR=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build
export TEMP_ROOT=/Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/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/iPhoneSimulator14.3.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=503
export UNSTRIPPED_PRODUCT=NO
export USER=KaungHtetHein
export USER_APPS_DIR=/Users/KaungHtetHein/Applications
export USER_LIBRARY_DIR=/Users/KaungHtetHein/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=KaungHtetHein
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=12C33
export XCODE_VERSION_ACTUAL=1230
export XCODE_VERSION_MAJOR=1200
export XCODE_VERSION_MINOR=1230
export XPCSERVICES_FOLDER_PATH=/XPCServices
export YACC=yacc
export arch=undefined_arch
export variant=normal
/bin/sh -c /Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-43AE70C1DB514A795395CFA4A7041333.sh
bash: Projs/Test/node_modules/react-native/scripts/../Libraries: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code

warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.4, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'Flipper-PeerTalk' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'boost-for-react-native' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'Flipper-DoubleConversion' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'YogaKit' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'Flipper-Glog' from project 'Pods')

** BUILD FAILED **

The following build commands failed:
PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/KaungHtetHein/Library/Developer/Xcode/DerivedData/Test-djpqufrdykchmndenlqdgmakkite/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-43AE70C1DB514A795395CFA4A7041333.sh
(1 failure)

Same here !!

@giuseppealbrizio
Copy link

After two days of trying i found the solution in deleting spaces in the path where your project lives and run. But in order for this to work properly follow these steps:

In order for this to work properly follow these steps:

  • If you previously installed a global react-native-cli package, please remove it as it may cause unexpected issues (i.e. npm uninstall -g react-native-cli)

  • Move the project folder in a path with no spaces (i.e. ~/sub folder name/ReactNativeApp won't work till you have spaces in the path, so move in a path like ~/folder/ReactNativeApp)

  • Then cd into the project folder and upgrade react native to the latest version with npx react-native upgrade and resolve conflicts if any

  • After upgrading remove the node_modules folder and the yarn.lock from the root and the podfile.lock and Pods folder from ios subfolder

  • Then cd back to the root and run yarn install && npx pod-install

  • Now run again your app in Xcode or your IDE and it works

Crazy and absurd that a space in the path-name could cause this issue

@anujraghuvanshi
Copy link
Author

@giuseppealbrizio - Yeah, It worked 💯

No Sure why it changed different for this version which is breaking build when path have spaces.

@giuseppealbrizio
Copy link

giuseppealbrizio commented Mar 28, 2021

@giuseppealbrizio - Yeah, It worked 💯

No Sure why it changed different for this version which is breaking build when path have spaces.

@Anuj-Raghuvanshi And also there are no reference to this issue in the official doc. There's only a convention in naming the folder project but not how your paths have to be structured. crazy things happen there at FB : 😂

@ingjjaa2
Copy link

After two days of trying i found the solution in deleting spaces in the path where your project lives and run. But in order for this to work properly follow these steps:

In order for this to work properly follow these steps:

  • If you previously installed a global react-native-cli package, please remove it as it may cause unexpected issues (i.e. npm uninstall -g react-native-cli)
  • Move the project folder in a path with no spaces (i.e. ~/sub folder name/ReactNativeApp won't work till you have spaces in the path, so move in a path like ~/folder/ReactNativeApp)
  • Then cd into the project folder and upgrade react native to the latest version with npx react-native upgrade and resolve conflicts if any
  • After upgrading remove the node_modules folder and the yarn.lock from the root and the podfile.lock and Pods folder from ios subfolder
  • Then cd back to the root and run yarn install && npx pod-install
  • Now run again your app in Xcode or your IDE and it works

Crazy and absurd that a space in the path-name could cause this issue

did not work for me XC

@anujraghuvanshi
Copy link
Author

@ingjjaa2 - Have you checked your path ?? by simply doing pwd in terminal at project path to where you are running your project ??

If not any space is there, Have you deleted yarn.lock , package-lock.json, node_modules & Pods before doing npm install && npx pod-install?

@ingjjaa2
Copy link

ingjjaa2 commented Mar 28, 2021

@ingjjaa2 - Have you checked your path ?? by simply doing pwd in terminal at project path to where you are running your project ??

If not any space is there, Have you deleted yarn.lock , package-lock.json, node_modules & Pods before doing npm install && npx pod-install?

I have create a new empty project in the folder "/Users/user/Documents/codigosPruebas/ReactNative/test" i have delete the yarn.lock, package-lock.json node_modules and pods and reinstall it and nothing

@anujraghuvanshi
Copy link
Author

@ingjjaa2 - Have you checked your path ?? by simply doing pwd in terminal at project path to where you are running your project ??
If not any space is there, Have you deleted yarn.lock , package-lock.json, node_modules & Pods before doing npm install && npx pod-install?

I have create a new empty project in the folder "/Users/user/Documents/codigosPruebas/ReactNative/test" i have delete the yarn.lock, package-lock.json node_modules and pods and reinstall it and nothing

which command you are using for runnning app ?

@ingjjaa2
Copy link

@ingjjaa2 - Have you checked your path ?? by simply doing pwd in terminal at project path to where you are running your project ??
If not any space is there, Have you deleted yarn.lock , package-lock.json, node_modules & Pods before doing npm install && npx pod-install?

I have create a new empty project in the folder "/Users/user/Documents/codigosPruebas/ReactNative/test" i have delete the yarn.lock, package-lock.json node_modules and pods and reinstall it and nothing

which command you are using for runnning app ?

npx react-native run-ios (in androide it work perfect, but there is no way i could run it in IOS emulator)......

Something i see is that when i wirte in the comand line "react-native -v" the command line return me :
*react-native-cli: 2.0.1
*react-native: n/a - not inside a React Native project directory

i guess that maybe i would have installe an old react-native-cli version but i have run "npm uninstall -g react-native-cli" and it still keep return me version, would that be the problem ???

@anujraghuvanshi
Copy link
Author

@ingjjaa2 - Have you checked your path ?? by simply doing pwd in terminal at project path to where you are running your project ??
If not any space is there, Have you deleted yarn.lock , package-lock.json, node_modules & Pods before doing npm install && npx pod-install?

I have create a new empty project in the folder "/Users/user/Documents/codigosPruebas/ReactNative/test" i have delete the yarn.lock, package-lock.json node_modules and pods and reinstall it and nothing

which command you are using for runnning app ?

npx react-native run-ios (in androide it work perfect, but there is no way i could run it in IOS emulator)......

Something i see is that when i wirte in the comand line "react-native -v" the command line return me :
*react-native-cli: 2.0.1
*react-native: n/a - not inside a React Native project directory

i guess that maybe i would have installe an old react-native-cli version but i have run "npm uninstall -g react-native-cli" and it still keep return me version, would that be the problem ???

@ingjjaa2 - Not sure on this. If you have installed Node using NVM. You can try setting up new node and creating a new project at correct path (Should not contain space). I did same when I was stuck and it worked for me.

@ingjjaa2
Copy link

@ingjjaa2 - Have you checked your path ?? by simply doing pwd in terminal at project path to where you are running your project ??
If not any space is there, Have you deleted yarn.lock , package-lock.json, node_modules & Pods before doing npm install && npx pod-install?

I have create a new empty project in the folder "/Users/user/Documents/codigosPruebas/ReactNative/test" i have delete the yarn.lock, package-lock.json node_modules and pods and reinstall it and nothing

which command you are using for runnning app ?

npx react-native run-ios (in androide it work perfect, but there is no way i could run it in IOS emulator)......
Something i see is that when i wirte in the comand line "react-native -v" the command line return me :
*react-native-cli: 2.0.1
*react-native: n/a - not inside a React Native project directory
i guess that maybe i would have installe an old react-native-cli version but i have run "npm uninstall -g react-native-cli" and it still keep return me version, would that be the problem ???

@ingjjaa2 - Not sure on this. If you have installed Node using NVM. You can try setting up new node and creating a new project at correct path (Should not contain space). I did same when I was stuck and it worked for me.

You mean uninstall Node and reinstall it???, i have installed it using the pkg files of the website, another thing is i guess that "/Users/user/Documents/codigosPruebas/ReactNative/test" is a right path right ???

@anujraghuvanshi
Copy link
Author

No, don't go for deleting if u have installed node via pkg. Seems you have to wait until any collaborate responds

@giuseppealbrizio
Copy link

@ingjjaa2 - Have you checked your path ?? by simply doing pwd in terminal at project path to where you are running your project ??
If not any space is there, Have you deleted yarn.lock , package-lock.json, node_modules & Pods before doing npm install && npx pod-install?

I have create a new empty project in the folder "/Users/user/Documents/codigosPruebas/ReactNative/test" i have delete the yarn.lock, package-lock.json node_modules and pods and reinstall it and nothing

which command you are using for runnning app ?

npx react-native run-ios (in androide it work perfect, but there is no way i could run it in IOS emulator)......

Something i see is that when i wirte in the comand line "react-native -v" the command line return me :
*react-native-cli: 2.0.1
*react-native: n/a - not inside a React Native project directory

i guess that maybe i would have installe an old react-native-cli version but i have run "npm uninstall -g react-native-cli" and it still keep return me version, would that be the problem ???

@ingjjaa2 yes you have to delete the global installation of react-native-cli. Regarding the node version installed on your machine you can check -v in different path with these commands if you are on mac:

  1. /usr/local/bin/node -v

  2. node -v

If the first one is different from the second one check where you ve installed node and which version you re using, cause you can have different version on your machine causing the build to fail or react native to handle with the right node version.

@ingjjaa2
Copy link

2. node -v

thanks for help i have check the version and the answer is :

user@users-MacBook-Pro ~ % /usr/local/bin/node -v
v14.16.0
user@users-MacBook-Pro ~ % node -v
v14.16.0

I have uninstall the cli times using "sudo npm uninstall -g react-native-cli"

@sumanbhattarai
Copy link

After two days of trying i found the solution in deleting spaces in the path where your project lives and run. But in order for this to work properly follow these steps:

In order for this to work properly follow these steps:

* If you previously installed a global react-native-cli package, please remove it as it may cause unexpected issues (i.e. npm uninstall -g react-native-cli)

* Move the project folder in a path with no spaces (i.e. ~/sub folder name/ReactNativeApp won't work till you have spaces in the path, so move in a path like ~/folder/ReactNativeApp)

* Then cd into the project folder and upgrade react native to the latest version with npx react-native upgrade and resolve conflicts if any

* After upgrading remove the node_modules folder and the yarn.lock from the root and the podfile.lock and Pods folder from ios subfolder

* Then cd back to the root and run yarn install && npx pod-install

* Now run again your app in Xcode or your IDE and it works

Crazy and absurd that a space in the path-name could cause this issue

My path to project is: /Users/macbookpro/Desktop/MyApp
I have no spaces in the folder names. Still facing the same build error on ios even for the initial react native project.

I created a new project using the command npx react-native init MyApp --template react-native-template-typescript.
When i run npx react-native run-ios, it gives me below error.

** BUILD FAILED **
The following build commands failed:
        PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/macbookpro/Library/Developer/Xcode/DerivedData/MyApp-gvadqhjqjqogdegfwqsahxwqnkps/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-8C01FEA837F8EC37C13D05D97D3F6C1B.sh
(1 failure)

@ingjjaa2
Copy link

After two days of trying i found the solution in deleting spaces in the path where your project lives and run. But in order for this to work properly follow these steps:
In order for this to work properly follow these steps:

* If you previously installed a global react-native-cli package, please remove it as it may cause unexpected issues (i.e. npm uninstall -g react-native-cli)

* Move the project folder in a path with no spaces (i.e. ~/sub folder name/ReactNativeApp won't work till you have spaces in the path, so move in a path like ~/folder/ReactNativeApp)

* Then cd into the project folder and upgrade react native to the latest version with npx react-native upgrade and resolve conflicts if any

* After upgrading remove the node_modules folder and the yarn.lock from the root and the podfile.lock and Pods folder from ios subfolder

* Then cd back to the root and run yarn install && npx pod-install

* Now run again your app in Xcode or your IDE and it works

Crazy and absurd that a space in the path-name could cause this issue

My path to project is: /Users/macbookpro/Desktop/MyApp
I have no spaces in the folder names. Still facing the same build error on ios even for the initial react native project.

I created a new project using the command npx react-native init MyApp --template react-native-template-typescript.
When i run npx react-native run-ios, it gives me below error.

** BUILD FAILED **
The following build commands failed:
        PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/macbookpro/Library/Developer/Xcode/DerivedData/MyApp-gvadqhjqjqogdegfwqsahxwqnkps/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-8C01FEA837F8EC37C13D05D97D3F6C1B.sh
(1 failure)

have you find any solution ???

@sumanbhattarai
Copy link

@ingjjaa2 Not yet.

@giuseppealbrizio
Copy link

After two days of trying i found the solution in deleting spaces in the path where your project lives and run. But in order for this to work properly follow these steps:
In order for this to work properly follow these steps:

* If you previously installed a global react-native-cli package, please remove it as it may cause unexpected issues (i.e. npm uninstall -g react-native-cli)

* Move the project folder in a path with no spaces (i.e. ~/sub folder name/ReactNativeApp won't work till you have spaces in the path, so move in a path like ~/folder/ReactNativeApp)

* Then cd into the project folder and upgrade react native to the latest version with npx react-native upgrade and resolve conflicts if any

* After upgrading remove the node_modules folder and the yarn.lock from the root and the podfile.lock and Pods folder from ios subfolder

* Then cd back to the root and run yarn install && npx pod-install

* Now run again your app in Xcode or your IDE and it works

Crazy and absurd that a space in the path-name could cause this issue

My path to project is: /Users/macbookpro/Desktop/MyApp
I have no spaces in the folder names. Still facing the same build error on ios even for the initial react native project.

I created a new project using the command npx react-native init MyApp --template react-native-template-typescript.
When i run npx react-native run-ios, it gives me below error.

** BUILD FAILED **
The following build commands failed:
        PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/macbookpro/Library/Developer/Xcode/DerivedData/MyApp-gvadqhjqjqogdegfwqsahxwqnkps/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-8C01FEA837F8EC37C13D05D97D3F6C1B.sh
(1 failure)

@sumanbhattarai did you check your node version? Someone is experiencing this issue with an old installed version of node. Check if you have differences between these two paths

  • /usr/local/bin/node -v

  • node -v

@sumanbhattarai
Copy link

@giuseppealbrizio i have v14.16.0 for both of them.

@giuseppealbrizio
Copy link

@sumanbhattarai if you cd in your ios path and then pwd in your terminal what's the result?

@sumanbhattarai
Copy link

sumanbhattarai commented Mar 30, 2021

@giuseppealbrizio Users/macbookpro/Desktop/MyApp/ios

@anujraghuvanshi
Copy link
Author

@sumanbhattarai - Did you also tried these steps - ?

  1. Deleting package-lock.json
  2. Deleting yarn.lock
  3. Deleting node_modules & Pods from ios folder
  4. Installing node_modules again.
  5. Adding Pods again, ie. npx pod-install
  6. Then running project by - npx react-native run-ios ?

@sumanbhattarai
Copy link

@Anuj-Raghuvanshi Had tried all of them.

@sumanbhattarai
Copy link

sumanbhattarai commented Apr 1, 2021

Removing

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

from ~/.bash_profile.

And

Commenting out all the code from project/node_modules/react-native/scripts/find-node.sh
helped to solve this issue.

@zeallat
Copy link

zeallat commented Jun 10, 2021

@vendeza
Copy link

vendeza commented Jul 2, 2021

Xcode 12.2
Node v12.13.1

I used React Native 0.63 for my projects and now decided to use v. 0.64
I got the error as described in the topic.

So, the next actions helped me:

Deleted yarn.lock
Deleted node_modules & pods
Do yarn
Do cd ios
Do pod install

Node:
The solution works using Xcode

@redreceipt
Copy link
Contributor

I submitted a fix here, I don't feel like homebrew nvm and react-native should be mutually exclusive #31740

@JaapWeijland
Copy link

I tried almost everything state here, since I refused to change my path name because React Native can't handle spaces. However, nothing worked, so I quit being stubborn and just removed the space. Very annoying though that this just doesn't work.

Things I tried:

  • Installed NVM
  • added unset PREFIX
  • Comment whole find-node.sh
  • Deleted node_modules and pods multiple times
  • Upgrading from 0.64 to 0.64.2
  • Uninstalled node that was installed via nodejs.org .pkg

Nothing worked.

@wohan
Copy link

wohan commented Aug 15, 2021

I solved this problem by installing Xcode 12.4 in Catalina. I used to have Xcode 11.4 and none of the above solutions worked.

@fqf
Copy link

fqf commented Aug 20, 2021

I fixed this issue by copying my project folder to path without whitespaces.
Thx @giuseppealbrizio

@Harikarthyk
Copy link

in your terminal go check your path by typing pwd
-> If yes clear them and delete node_modules,package-lock.json and Podfile.lock
Then clean your project and built it

@victororlyk
Copy link

victororlyk commented Sep 1, 2021

it is really strange bug out of box.
Xcode - 12.5.1
rn - 0.65.1
node - 16.8.0(also tried other)
project is located in path without spaces
How can it be solved? reinstalling all the stuff did not helped((

Uninstalling nvm didn't worked

@shevon14
Copy link

Moving the project folder in a path with no spaces works

@sayurimizuguchi
Copy link

sayurimizuguchi commented Nov 19, 2021

I've had this issue using Fastlane on our CI server, in order to fix the issue, I added some commands to clean pods entirely and do a completely clean installation - before running the Fastlane bundle commands

rm -rf ~/Library/Developer/Xcode/DerivedData/*
rm -rf Pods
pod install --clean-install
// ... bundle exec fastlane ios

It was using cache from previous pods/builds. If you're having this issue you can try these commands above.

@mlazari
Copy link
Contributor

mlazari commented Jan 4, 2022

I've had this issue when building in CircleCI. It was this issue: nvm-sh/nvm#1985 Fixed it by making sure to use the node version that comes preinstalled in the container (can be found in https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions). I guess if you need to use a different node version you could nvm install it before building in order to fix the error.

@supervons
Copy link

Same issue,but my react-native version is 0.67.1

I tried almost everything state here.

It is strange that 0.66.4 works for me, so i not upgrade for now.

Xcode: 13.1
Node:14.17.0

That's my error info:

image

@gricn
Copy link

gricn commented Jan 27, 2022

rm -rf ~/Library/Developer/Xcode/DerivedData/*
rm -rf Pods
pod install --clean-install

I stuck in this problem for totally a whole day. This solution really works! Many Thanks!

@mlazari
Copy link
Contributor

mlazari commented Jan 27, 2022

@supervons I get that error with 0.67.1 too. Here is some discussion about a potential fix to be included in 0.67.2: reactwg/react-native-releases#12 (comment)

@supervons
Copy link

@mlazari Thanks for you information,i'll check it out.

@jhanmarc
Copy link

jhanmarc commented Feb 9, 2022

Removing

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

from ~/.bash_profile.

And

Commenting out all the code from project/node_modules/react-native/scripts/find-node.sh helped to solve this issue.

In my case I use nvm to manage my versions, it worked for me
Commenting out all the code from project/node_modules/react-native/scripts/find-node.sh

@VictorYuan666
Copy link

upgrade nvm version to 0.39.1, it worked for me

@matfin
Copy link

matfin commented Apr 14, 2022

Upgrading to nvm version 0.39.1 worked for me too. I was getting build errors having updated to RN 0.67.4 when I was running NVM 0.32.x.

@DavidPerezHz
Copy link

DavidPerezHz commented May 19, 2022

Removing

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

from ~/.bash_profile.

And

Commenting out all the code from project/node_modules/react-native/scripts/find-node.sh helped to solve this issue.

Me funciono realizar esta configuración comentando las líneas en .bash_profile y en la carpeta project/node_modules/react-native/scripts/find-node.sh solo comentar unas líneas (ver imagen)...

image

@khazaddoom
Copy link

Following worked me (with the initial answer from giuseppealbrizio)

  1. put the project folder in a folder where it doesnt have spaces in path. for e.g.: mine was in ~/Users/ganesh/testapp
  2. since i am using nvm, i made sure i am in v14 by doing nvm use 14 (v14.19.1)
  3. uninstall the global react-native-cli. I did npm uninstall -g react-native-cli
  4. if you have any node_modules folder in the root, delete them. I did rm -rf node_modules/
  5. then go inside ios folder, do pod deintegrate to remove previously installed Pods. (make sure you dont see the Pods folder inside ios folder
  6. in the same ios folder, if you find Podfile.lock file. Delete it. I did rm Podfile.lock
  7. navigate 1 level up to the root folder
  8. Do npm install
  9. once done, do npx pod-install
  10. then run npm run ios (react-native run-ios)
  11. if you get any error in point 10. then open the ios project in Xcode directly and try building. It should work.
  12. once built successfully, try running in 1 of the Simulator devices
  13. Metro terminal session should automatically open when did step 11

Good luck

@mcjambi
Copy link

mcjambi commented Jun 18, 2022

i have the same issue! Woa!

@olegderecha
Copy link

Verify that ruby is installed. The required version is described in .ruby-version file.
I was absolutely sure it was installed because I had 100% installed it before.
How I debugged it?

  • the build issue was: Run script build phase '[CP-User] Config codegen' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'react-native-config' from project 'Pods')
  • it failed on ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-config.build/Script-xxxxxx.sh script.
  • I tried to ran this script directly and it said: "${PODS_TARGET_SRCROOT}/ios/ReactNativeConfig/BuildDotenvConfig.rb" is not found 🤔
  • I found this file in node_modules/react-native-config/ios/ReactNativeConfig/BuildDotenvConfig.rb and placed this path into the script Script-xxxxxx.sh above directly
  • and then, finally, it said that it can't find ruby version from .ruby-version file...
    I spent several days because of not direct error description.

@heemoe
Copy link

heemoe commented Aug 1, 2023

Remove ios/.xcode.env.local helps me, seems if you use expo build locally and pod install will generator this file.
expo/eas-cli#1264

Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Jan 29, 2024
Copy link

github-actions bot commented Feb 5, 2024

This issue was closed because it has been stalled for 7 days with no activity.

@shamshad786
Copy link

After two days of trying i found the solution in deleting spaces in the path where your project lives and run. But in order for this to work properly follow these steps:

In order for this to work properly follow these steps:

  • If you previously installed a global react-native-cli package, please remove it as it may cause unexpected issues (i.e. npm uninstall -g react-native-cli)
  • Move the project folder in a path with no spaces (i.e. ~/sub folder name/ReactNativeApp won't work till you have spaces in the path, so move in a path like ~/folder/ReactNativeApp)
  • Then cd into the project folder and upgrade react native to the latest version with npx react-native upgrade and resolve conflicts if any
  • After upgrading remove the node_modules folder and the yarn.lock from the root and the podfile.lock and Pods folder from ios subfolder
  • Then cd back to the root and run yarn install && npx pod-install
  • Now run again your app in Xcode or your IDE and it works

Crazy and absurd that a space in the path-name could cause this issue

thank you so much you saved me. it's work finally after 2 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage 🔍 Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests