facebook / react-native

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

0.73.1 iOS build failed on Apple Silicon Mac(M1 Pro), but I can do build on 0.72.8 version of React Native #42112

Open iron-leo opened 7 months ago

iron-leo commented 7 months ago
          @iron-leo I think that's a totally separate issue. Did you run `react-native start` before trying to build? metro no longer gets started automatically and IIRC that's the (not super helpful) error message it gives.

Take a look on issue, I tried many times with 0.73.1 but without luck:

https://stackoverflow.com/questions/77608877/xcode-build-failure-react-native-build-issues-on-ios-xcode-error-code-65-and/77740309#77740309

Originally posted by @evelant in https://github.com/facebook/react-native/issues/41938#issuecomment-1856530643

React Native info

❯ npx react-native info
info Fetching system and libraries information...
System:
  OS: macOS 14.2.1
  CPU: (10) arm64 Apple M1 Pro
  Memory: 163.91 MB / 16.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 18.18.2
    path: ~/.nvm/versions/node/v18.18.2/bin/node
  Yarn:
    version: 1.22.21
    path: ~/.nvm/versions/node/v18.18.2/bin/yarn
  npm:
    version: 9.8.1
    path: ~/.nvm/versions/node/v18.18.2/bin/npm
  Watchman:
    version: 2023.12.04.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.14.3
    path: /Users/lev.pasichnyi/.rbenv/shims/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 23.2
      - iOS 17.2
      - macOS 14.2
      - tvOS 17.2
      - watchOS 10.2
  Android SDK:
    API Levels:
      - "31"
      - "33"
      - "34"
    Build Tools:
      - 30.0.3
      - 31.0.0
      - 33.0.0
      - 33.0.1
      - 33.0.2
      - 34.0.0
    System Images:
      - android-33 | Google APIs ARM 64 v8a
      - android-34 | Google APIs ARM 64 v8a
      - android-UpsideDownCakePrivacySandbox | Google Play ARM 64 v8a
    Android NDK: Not Found
IDEs:
  Android Studio: 2022.3 AI-223.8836.35.2231.11005911
  Xcode:
    version: 15.1/15C65
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.9
    path: /usr/bin/javac
  Ruby:
    version: 3.1.4
    path: /Users/lev.pasichnyi/.rbenv/shims/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.73.1
    wanted: 0.73.1
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false

React Native doctor

❯ npx react-native doctor
Common
 ✓ Node.js - Required to execute JavaScript code
 ✓ npm - Required to install NPM dependencies
 ✓ Watchman - Used for watching changes in the filesystem when in development mode
 ✓ Metro - Required for bundling the JavaScript code

Android
 ✓ Adb - Required to verify if the android device is attached correctly
 ✓ JDK - Required to compile Java code
 ✓ Android Studio - Required for building and installing your app on Android
 ✓ ANDROID_HOME - Environment variable that points to your Android SDK installation
 ✓ Gradlew - Build tool required for Android builds
 ✓ Android SDK - Required for building and installing your app on Android

iOS
 ✓ Xcode - Required for building and installing your app on iOS
 ✓ Ruby - Required for installing iOS dependencies
 ✓ CocoaPods - Required for installing iOS dependencies
 ✓ ios-deploy - Required for installing your app on a physical device with the CLI
 ✓ .xcode.env - File to customize Xcode environment

Errors:   0
Warnings: 0
github-actions[bot] commented 7 months ago
:warning: Missing Reproducible Example
:information_source: We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.
iron-leo commented 7 months ago

npm run ios


> AwesomeProject@0.0.1 ios
> react-native run-ios

info A dev server is already running for this project on port 8081.
info Found Xcode workspace "AwesomeProject.xcworkspace"
info Found booted iPhone 15
info Building (using "xcodebuild -workspace AwesomeProject.xcworkspace -configuration Debug -scheme AwesomeProject -destination id=055DD7C2-843A-4686-8FA0-0A05DD0446C2")
▸ Running script '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed'
▸ Running script '[CP-User] Generate Specs'
▸ Compiling react_native_log.cpp
▸ Compiling MapBuffer.cpp
▸ Compiling DebugStringConvertible.cpp
▸ Compiling InspectorInterfaces.cpp
▸ Compiling AssertFatal.cpp
▸ Compiling RunLoopObserver.cpp
▸ Compiling ManagedObjectWrapper.mm
▸ Compiling JSIDynamic.cpp
▸ Compiling JsErrorHandler.cpp
    Run script build phase 'Bundle React Native code and images' 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 'AwesomeProject' from project 'AwesomeProject')
    Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' 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 'hermes-engine' from project 'Pods')

info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor 

error Failed to build iOS project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'AwesomeProject.xcworkspace'.
rafaels-dev commented 7 months ago

I have the same error on a new RN project.

PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'TestProject' from project 'TestProject')
    cd /Users/rafael/workspace/TestProject/ios
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=NO
    export AGGREGATE_TRACKED_DOMAINS\=YES
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=rafael
    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 APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING\=YES
    export ARCHS\=arm64
    export ARCHS_STANDARD\=arm64
    export ARCHS_STANDARD_32_64_BIT\=armv7\ arm64
    export ARCHS_STANDARD_32_BIT\=armv7
    export ARCHS_STANDARD_64_BIT\=arm64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64
    export ARCHS_UNIVERSAL_IPHONE_OS\=armv7\ arm64
    export ASSETCATALOG_COMPILER_APPICON_NAME\=AppIcon
    export ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS\=YES
    export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL\=iPhone14,2
    export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION\=17.1.2
    export ASSETCATALOG_FILTER_FOR_THINNING_DEVICE_CONFIGURATION\=iPhone14,2
    export AUTOMATICALLY_MERGE_DEPENDENCIES\=NO
    export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator
    export AppIdentifierPrefix\=Q9JZJ6F773.
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=YES
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos
    export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
    export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
    export BUNDLE_EXTENSIONS_FOLDER_PATH\=Extensions
    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/3s/pmxc1l_93553hcqpvhsm1y640000gn/C/com.apple.DeveloperTools/15.1-15C65/Xcode
    export CCHROOT\=/var/folders/3s/pmxc1l_93553hcqpvhsm1y640000gn/C/com.apple.DeveloperTools/15.1-15C65/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED\=YES
    export CLANG_COMPILE_CACHE_PATH\=/Users/rafael/Library/Developer/Xcode/DerivedData/CompilationCache.noindex
    export CLANG_CXX_LANGUAGE_STANDARD\=c++20
    export CLANG_CXX_LIBRARY\=libc++
    export CLANG_ENABLE_EXPLICIT_MODULES\=NO
    export CLANG_ENABLE_MODULES\=YES
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/rafael/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_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_UNREACHABLE_CODE\=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH\=YES
    export CLASS_FILE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/TestProject.app
    export CODE_SIGNING_ALLOWED\=YES
    export CODE_SIGNING_REQUIRED\=YES
    export CODE_SIGN_CONTEXT_CLASS\=XCiPhoneOSCodeSignContext
    export CODE_SIGN_IDENTITY\=iPhone\ Developer
    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/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=Debug
    export CONFIGURATION_BUILD_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos
    export CONFIGURATION_TEMP_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos
    export CONTENTS_FOLDER_PATH\=TestProject.app
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=TestProject.app/Contents
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=TestProject.app
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=NO
    export CORRESPONDING_SIMULATOR_PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export CORRESPONDING_SIMULATOR_PLATFORM_NAME\=iphonesimulator
    export CORRESPONDING_SIMULATOR_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk
    export CORRESPONDING_SIMULATOR_SDK_NAME\=iphonesimulator17.2
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_PROJECT_VERSION\=1
    export CURRENT_VARIANT\=normal
    export DEAD_CODE_STRIPPING\=YES
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf-with-dsym
    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_SETTING_NAME\=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=12.0\ 12.1\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 13.6\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 14.7\ 15.0\ 15.1\ 15.2\ 15.3\ 15.4\ 15.5\ 15.6\ 16.0\ 16.1\ 16.2\ 16.3\ 16.4\ 16.5\ 16.6\ 17.0\ 17.1\ 17.2
    export DERIVED_FILES_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/DerivedSources
    export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER\=NO
    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 DEVELOPMENT_TEAM\=Q9JZJ6F773
    export DIFF\=/usr/bin/diff
    export DOCUMENTATION_FOLDER_PATH\=TestProject.app/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DO_HEADER_SCANNING_IN_JAM\=NO
    export DSTROOT\=/tmp/TestProject.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=TestProject.app.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos
    export DYNAMIC_LIBRARY_EXTENSION\=dylib
    export EAGER_LINKING\=NO
    export EFFECTIVE_PLATFORM_NAME\=-iphoneos
    export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
    export EMBEDDED_PROFILE_NAME\=embedded.mobileprovision
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
    export ENABLE_APP_SANDBOX\=NO
    export ENABLE_BITCODE\=NO
    export ENABLE_CODE_COVERAGE\=YES
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
    export ENABLE_DEFAULT_SEARCH_PATHS\=YES
    export ENABLE_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=YES
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=YES
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    export ENABLE_USER_SCRIPT_SANDBOXING\=NO
    export ENABLE_XOJIT_PREVIEWS\=NO
    export ENTITLEMENTS_ALLOWED\=YES
    export ENTITLEMENTS_DESTINATION\=Signature
    export ENTITLEMENTS_REQUIRED\=NO
    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 EXECUTABLES_FOLDER_PATH\=TestProject.app/Executables
    export EXECUTABLE_FOLDER_PATH\=TestProject.app
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO\=TestProject.app/MacOS
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES\=TestProject.app
    export EXECUTABLE_NAME\=TestProject
    export EXECUTABLE_PATH\=TestProject.app/TestProject
    export EXPANDED_CODE_SIGN_IDENTITY\=26DFD3D11959C747877457B090A56AAB1FDFBE35
    export EXPANDED_CODE_SIGN_IDENTITY_NAME\=Apple\ Development:\ Rafael\ Schettino\ \(Z4W5DHDCJ2\)
    export EXPANDED_PROVISIONING_PROFILE\=4164719d-6f12-455e-b3b9-cb8fb8722376
    export EXTENSIONS_FOLDER_PATH\=TestProject.app/Extensions
    export FILE_LIST\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH\=TestProject.app/Frameworks
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos\ \ \"/Users/rafael/workspace/TestProject/ios/Pods/Flipper-DoubleConversion/Frameworks\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Flipper-Glog/Frameworks\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/OpenSSL-Universal/Frameworks\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/Flipper-DoubleConversion\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/Flipper-Glog\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/OpenSSL-Universal\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/hermes-engine/Pre-built\"
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=TestProject.app
    export FUSE_BUILD_PHASES\=YES
    export FUSE_BUILD_SCRIPT_PHASES\=NO
    export GCC3_VERSION\=3.3
    export GCC_C_LANGUAGE_STANDARD\=gnu99
    export GCC_DYNAMIC_NO_PIC\=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN\=YES
    export GCC_NO_COMMON_BLOCKS\=YES
    export GCC_OPTIMIZATION_LEVEL\=0
    export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_PREPROCESSOR_DEFINITIONS\=DEBUG\=1\ \ COCOAPODS\=1\ FB_SONARKIT_ENABLED\=1
    export GCC_SYMBOLS_PRIVATE_EXTERN\=NO
    export GCC_THUMB_SUPPORT\=YES
    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/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
    export GENERATE_INFOPLIST_FILE\=NO
    export GENERATE_INTERMEDIATE_TEXT_BASED_STUBS\=YES
    export GENERATE_MASTER_OBJECT_FILE\=NO
    export GENERATE_PKGINFO_FILE\=YES
    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/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/include\ \ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/CocoaAsyncSocket\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/DoubleConversion\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/FBLazyVector\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/Flipper\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/Flipper-Fmt\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/Flipper-Folly\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/Flipper-PeerTalk\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/FlipperKit\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCT-Folly\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCTRequired\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCTTypeSafety\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-Codegen\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-Core\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-Fabric\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-FabricImage\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-ImageManager\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-Mapbuffer\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-NativeModulesApple\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-RCTAnimation\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-RCTAppDelegate\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-RCTBlob\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-RCTFabric\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-RCTText\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-callinvoker\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-cxxreact\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-debug\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-graphics\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-hermes\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-jserrorhandler\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-jsi\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-jsinspector\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-logger\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-nativeconfig\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-perflogger\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-rendererdebug\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-runtimescheduler\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React-utils\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/ReactCommon\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/SocketRocket\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/Yoga\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/fmt\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/glog\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/hermes-engine\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/libevent\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/DoubleConversion\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/boost\"\ \"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Private/React-Core\"\ \"/include/\"
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/rafael
    export HOST_ARCH\=arm64
    export HOST_PLATFORM\=macosx
    export ICONV\=/usr/bin/iconv
    export INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE\=YES
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_FILE\=TestProject/Info.plist
    export INFOPLIST_OUTPUT_FORMAT\=binary
    export INFOPLIST_PATH\=TestProject.app/Info.plist
    export INFOPLIST_PREPROCESS\=NO
    export INFOSTRINGS_PATH\=TestProject.app/en.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/TestProject.dst/Applications
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=rafael
    export INSTALL_PATH\=/Applications
    export INSTALL_ROOT\=/tmp/TestProject.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=13.4
    export IS_UNOPTIMIZED_BUILD\=YES
    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_FOLDER_PATH\=TestProject.app/Java
    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 KASAN_CFLAGS_CLASSIC\=-DKASAN\=1\ -DKASAN_CLASSIC\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
    export KASAN_CFLAGS_TBI\=-DKASAN\=1\ -DKASAN_TBI\=1\ -fsanitize\=kernel-hwaddress\ -mllvm\ -hwasan-recover\=0\ -mllvm\ -hwasan-instrument-atomics\=0\ -mllvm\ -hwasan-instrument-stack\=1\ -mllvm\ -hwasan-generate-tags-with-calls\=1\ -mllvm\ -hwasan-instrument-with-calls\=1\ -mllvm\ -hwasan-use-short-granules\=0\ -mllvm\ -hwasan-memory-access-callback-prefix\=__asan_
    export KASAN_DEFAULT_CFLAGS\=-DKASAN\=1\ -DKASAN_CLASSIC\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
    export KEEP_PRIVATE_EXTERNS\=NO
    export LD_DEPENDENCY_INFO_FILE\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects-normal/undefined_arch/TestProject_dependency_info.dat
    export LD_EXPORT_SYMBOLS\=YES
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/TestProject-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE\=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES
    export LD_RUNPATH_SEARCH_PATHS\=/usr/lib/swift\ \ \'@executable_path/Frameworks\'\ \'@loader_path/Frameworks\'\ @executable_path/Frameworks
    export LD_RUNPATH_SEARCH_PATHS_YES\=@loader_path/../Frameworks
    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/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos\ \"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift\"\ \"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos\"\ \"\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/CocoaAsyncSocket\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/DoubleConversion\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/Flipper\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/Flipper-Boost-iOSX\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/Flipper-Fmt\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/Flipper-Folly\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/Flipper-PeerTalk\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/FlipperKit\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/RCT-Folly\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/RCTTypeSafety\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-Codegen\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-Core\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-CoreModules\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-Fabric\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-FabricImage\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-ImageManager\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-Mapbuffer\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-NativeModulesApple\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTAnimation\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTAppDelegate\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTBlob\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTFabric\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTImage\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTLinking\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTNetwork\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTSettings\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTText\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-RCTVibration\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-cxxreact\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-debug\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-graphics\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-hermes\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-jserrorhandler\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-jsi\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-jsiexecutor\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-jsinspector\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-logger\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-nativeconfig\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-perflogger\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-rendererdebug\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-runtimescheduler\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/React-utils\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/ReactCommon\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/SocketRocket\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/Yoga\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/fmt\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/glog\"\ \"/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/libevent\"
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects-normal/arm64/TestProject.LinkFileList
    export LINK_OBJC_RUNTIME\=YES
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=ios13.4
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZATION_PREFERS_STRING_CATALOGS\=NO
    export LOCALIZED_RESOURCES_FOLDER_PATH\=TestProject.app/en.lproj
    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/rafael/workspace/TestProject/ios
    export LOCSYMROOT\=/Users/rafael/workspace/TestProject/ios
    export MACH_O_TYPE\=mh_execute
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=22G436
    export MAC_OS_X_VERSION_ACTUAL\=130603
    export MAC_OS_X_VERSION_MAJOR\=130000
    export MAC_OS_X_VERSION_MINOR\=130600
    export MAKE_MERGEABLE\=NO
    export MARKETING_VERSION\=1.0
    export MERGEABLE_LIBRARY\=NO
    export MERGED_BINARY_TYPE\=none
    export MERGE_LINKED_LIBRARIES\=NO
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/TestProject.app
    export MODULES_FOLDER_PATH\=TestProject.app/Modules
    export MODULE_CACHE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO\=YES
    export NATIVE_ARCH\=arm64
    export NATIVE_ARCH_32_BIT\=arm
    export NATIVE_ARCH_64_BIT\=arm64
    export NATIVE_ARCH_ACTUAL\=arm64
    export NO_COMMON\=YES
    export OBJECT_FILE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects-normal
    export OBJROOT\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=YES
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_CFLAGS\=\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/FlipperKit/FlipperKit.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCTFabric/React-RCTFabric.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"
    export OTHER_CPLUSPLUSFLAGS\=\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/FlipperKit/FlipperKit.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCTFabric/React-RCTFabric.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"\ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -DFOLLY_CFG_NO_COROUTINES\=1
    export OTHER_LDFLAGS\=\ -Wl\ -ld_classic\ -ObjC\ -l\"CocoaAsyncSocket\"\ -l\"DoubleConversion\"\ -l\"Flipper\"\ -l\"Flipper-Boost-iOSX\"\ -l\"Flipper-Fmt\"\ -l\"Flipper-Folly\"\ -l\"Flipper-PeerTalk\"\ -l\"FlipperKit\"\ -l\"RCT-Folly\"\ -l\"RCTTypeSafety\"\ -l\"React-Codegen\"\ -l\"React-Core\"\ -l\"React-CoreModules\"\ -l\"React-Fabric\"\ -l\"React-FabricImage\"\ -l\"React-ImageManager\"\ -l\"React-Mapbuffer\"\ -l\"React-NativeModulesApple\"\ -l\"React-RCTAnimation\"\ -l\"React-RCTAppDelegate\"\ -l\"React-RCTBlob\"\ -l\"React-RCTFabric\"\ -l\"React-RCTImage\"\ -l\"React-RCTLinking\"\ -l\"React-RCTNetwork\"\ -l\"React-RCTSettings\"\ -l\"React-RCTText\"\ -l\"React-RCTVibration\"\ -l\"React-cxxreact\"\ -l\"React-debug\"\ -l\"React-graphics\"\ -l\"React-hermes\"\ -l\"React-jserrorhandler\"\ -l\"React-jsi\"\ -l\"React-jsiexecutor\"\ -l\"React-jsinspector\"\ -l\"React-logger\"\ -l\"React-nativeconfig\"\ -l\"React-perflogger\"\ -l\"React-rendererdebug\"\ -l\"React-runtimescheduler\"\ -l\"React-utils\"\ -l\"ReactCommon\"\ -l\"SocketRocket\"\ -l\"Yoga\"\ -l\"c++\"\ -l\"c++abi\"\ -l\"fmt\"\ -l\"glog\"\ -l\"icucore\"\ -l\"libevent\"\ -l\"stdc++\"\ -framework\ \"Accelerate\"\ -framework\ \"AudioToolbox\"\ -framework\ \"CFNetwork\"\ -framework\ \"JavaScriptCore\"\ -framework\ \"MobileCoreServices\"\ -framework\ \"OpenSSL\"\ -framework\ \"Security\"\ -framework\ \"UIKit\"\ -framework\ \"double-conversion\"\ -framework\ \"glog\"\ -framework\ \"hermes\"\ -ObjC\ -lc++
    export OTHER_SWIFT_FLAGS\=\ -D\ COCOAPODS\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/FlipperKit/FlipperKit.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCTFabric/React-RCTFabric.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React/React-Core.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/rafael/workspace/TestProject/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"\ -Xcc\ -DFB_SONARKIT_ENABLED\=1
    export PACKAGE_TYPE\=com.apple.package-type.wrapper.application
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode.app/Contents/Developer/Library/Xcode/Plug-ins/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode.app/Contents/Developer/Library/Xcode/Plug-ins/XCBSpecifications.ideplugin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/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/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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 PBDEVELOPMENTPLIST_PATH\=TestProject.app/pbdevelopment.plist
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/PkgInfo
    export PKGINFO_PATH\=TestProject.app/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
    export PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
    export PLATFORM_DISPLAY_NAME\=iOS
    export PLATFORM_FAMILY_NAME\=iOS
    export PLATFORM_NAME\=iphoneos
    export PLATFORM_PREFERRED_ARCH\=arm64
    export PLATFORM_PRODUCT_BUILD_VERSION\=21C52
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PLUGINS_FOLDER_PATH\=TestProject.app/PlugIns
    export PODS_BUILD_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos
    export PODS_PODFILE_DIR_PATH\=/Users/rafael/workspace/TestProject/ios/.
    export PODS_ROOT\=/Users/rafael/workspace/TestProject/ios/Pods
    export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/XCFrameworkIntermediates
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO
    export PRIVATE_HEADERS_FOLDER_PATH\=TestProject.app/PrivateHeaders
    export PRODUCT_BUNDLE_IDENTIFIER\=org.reactjs.native.example.TestProject
    export PRODUCT_BUNDLE_PACKAGE_TYPE\=APPL
    export PRODUCT_MODULE_NAME\=TestProject
    export PRODUCT_NAME\=TestProject
    export PRODUCT_SETTINGS_PATH\=/Users/rafael/workspace/TestProject/ios/TestProject/Info.plist
    export PRODUCT_TYPE\=com.apple.product-type.application
    export PROFILING_CODE\=NO
    export PROJECT\=TestProject
    export PROJECT_DERIVED_FILE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/DerivedSources
    export PROJECT_DIR\=/Users/rafael/workspace/TestProject/ios
    export PROJECT_FILE_PATH\=/Users/rafael/workspace/TestProject/ios/TestProject.xcodeproj
    export PROJECT_NAME\=TestProject
    export PROJECT_TEMP_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build
    export PROJECT_TEMP_ROOT\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex
    export PROVISIONING_PROFILE_REQUIRED\=YES
    export PROVISIONING_PROFILE_REQUIRED_YES_YES\=YES
    export PROVISIONING_PROFILE_SUPPORTED\=YES
    export PUBLIC_HEADERS_FOLDER_PATH\=TestProject.app/Headers
    export REACT_NATIVE_PATH\=/Users/rafael/workspace/TestProject/ios/Pods/../../node_modules/react-native
    export RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET\=12.5
    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_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_SVN_FROM_RESOURCES\=YES
    export REZ_COLLECTOR_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/ResourceManagerResources
    export REZ_OBJECTS_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPTS_FOLDER_PATH\=TestProject.app/Scripts
    export SCRIPT_INPUT_FILE_0\=/Users/rafael/workspace/TestProject/ios/.xcode.env.local
    export SCRIPT_INPUT_FILE_1\=/Users/rafael/workspace/TestProject/ios/.xcode.env
    export SCRIPT_INPUT_FILE_COUNT\=2
    export SCRIPT_INPUT_FILE_LIST_COUNT\=0
    export SCRIPT_OUTPUT_FILE_COUNT\=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk
    export SDK_DIR_iphoneos\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk
    export SDK_DIR_iphoneos17_2\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk
    export SDK_NAME\=iphoneos17.2
    export SDK_NAMES\=iphoneos17.2
    export SDK_PRODUCT_BUILD_VERSION\=21C52
    export SDK_STAT_CACHE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData
    export SDK_STAT_CACHE_ENABLE\=YES
    export SDK_STAT_CACHE_PATH\=/Users/rafael/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-884b7f60ac6761a492c03f282b824eb9.sdkstatcache
    export SDK_VERSION\=17.2
    export SDK_VERSION_ACTUAL\=170200
    export SDK_VERSION_MAJOR\=170000
    export SDK_VERSION_MINOR\=170200
    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\=YES
    export SHALLOW_BUNDLE_TRIPLE\=ios
    export SHALLOW_BUNDLE_ios_macabi\=NO
    export SHALLOW_BUNDLE_macos\=NO
    export SHARED_DERIVED_FILE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH\=TestProject.app/SharedFrameworks
    export SHARED_PRECOMPS_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH\=TestProject.app/SharedSupport
    export SKIP_INSTALL\=NO
    export SOURCE_ROOT\=/Users/rafael/workspace/TestProject/ios
    export SRCROOT\=/Users/rafael/workspace/TestProject/ios
    export STRINGSDATA_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=binary
    export STRIP_BITCODE_FROM_COPIED_FILES\=YES
    export STRIP_INSTALLED_PRODUCT\=NO
    export STRIP_STYLE\=all
    export STRIP_SWIFT_SYMBOLS\=YES
    export SUPPORTED_DEVICE_FAMILIES\=1,2
    export SUPPORTED_PLATFORMS\=iphoneos\ iphonesimulator
    export SUPPORTS_MACCATALYST\=NO
    export SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD\=YES
    export SUPPORTS_ON_DEMAND_RESOURCES\=YES
    export SUPPORTS_TEXT_BASED_API\=NO
    export SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD\=YES
    export SUPPRESS_WARNINGS\=NO
    export SWIFT_EMIT_LOC_STRINGS\=NO
    export SWIFT_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Objects-normal/arm64/TestProject.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/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_EXTENSIONS_FOLDER_PATH\=TestProject.app/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=TestProject.app/Library/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=TestProject.app/SystemExtensions
    export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR\=/System/Library
    export TAPI_DEMANGLE\=YES
    export TAPI_ENABLE_PROJECT_HEADERS\=NO
    export TAPI_LANGUAGE\=objective-c
    export TAPI_LANGUAGE_STANDARD\=compiler-default
    export TAPI_USE_SRCROOT\=YES
    export TAPI_VERIFY_MODE\=Pedantic
    export TARGETED_DEVICE_FAMILY\=1
    export TARGETNAME\=TestProject
    export TARGET_BUILD_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos
    export TARGET_DEVICE_IDENTIFIER\=00008110-001C11600A53801E
    export TARGET_DEVICE_MODEL\=iPhone14,2
    export TARGET_DEVICE_OS_VERSION\=17.1.2
    export TARGET_DEVICE_PLATFORM_NAME\=iphoneos
    export TARGET_NAME\=TestProject
    export TARGET_TEMP_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build
    export TEMP_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build
    export TEMP_FILES_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build
    export TEMP_FILE_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build
    export TEMP_ROOT\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex
    export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks
    export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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 TeamIdentifierPrefix\=Q9JZJ6F773.
    export UID\=501
    export UNINSTALLED_PRODUCTS_DIR\=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/UninstalledProducts
    export UNLOCALIZED_RESOURCES_FOLDER_PATH\=TestProject.app
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO\=TestProject.app/Resources
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES\=TestProject.app
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=rafael
    export USER_APPS_DIR\=/Users/rafael/Applications
    export USER_LIBRARY_DIR\=/Users/rafael/Library
    export USE_DYNAMIC_NO_PIC\=YES
    export USE_HEADERMAP\=YES
    export USE_HEADER_SYMLINKS\=NO
    export USE_HERMES\=true
    export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES\=YES
    export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR
    export VALIDATE_PRODUCT\=NO
    export VALID_ARCHS\=arm64\ arm64e\ armv7\ armv7s
    export VERBOSE_PBXCP\=NO
    export VERSIONING_SYSTEM\=apple-generic
    export VERSIONPLIST_PATH\=TestProject.app/version.plist
    export VERSION_INFO_BUILDER\=rafael
    export VERSION_INFO_FILE\=TestProject_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:TestProject\ \ PROJECT:TestProject-1\"
    export WRAPPER_EXTENSION\=app
    export WRAPPER_NAME\=TestProject.app
    export WRAPPER_SUFFIX\=.app
    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\=15C65
    export XCODE_VERSION_ACTUAL\=1510
    export XCODE_VERSION_MAJOR\=1500
    export XCODE_VERSION_MINOR\=1510
    export XPCSERVICES_FOLDER_PATH\=TestProject.app/XPCServices
    export YACC\=yacc
    export _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO\=/Contents
    export _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO\=/..
    export _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO\=/Resources
    export __IS_NOT_MACOS\=YES
    export __IS_NOT_MACOS_macosx\=NO
    export __IS_NOT_SIMULATOR\=YES
    export __IS_NOT_SIMULATOR_simulator\=NO
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Intermediates.noindex/TestProject.build/Debug-iphoneos/TestProject.build/Script-00DD1BFF1BD5951E006B06BC.sh

Node found at: /Users/rafael/.nvm/versions/node/v20.9.0/bin/node
+ DEST=/Users/rafael/Library/Developer/Xcode/DerivedData/TestProject-frevlvtgjnfcwjftfkyfttbdwuvr/Build/Products/Debug-iphoneos/TestProject.app
+ [[ ! -n '' ]]
+ [[ Debug = *Debug* ]]
+ [[ ! iphoneos == *simulator ]]
+ for num in 0 1 2 3 4 5 6 7 8
++ ipconfig getifaddr en0
+ IP=
Command PhaseScriptExecution failed with a nonzero exit code

npx react-native info

npx react-native info
info Fetching system and libraries information...
System:
  OS: macOS 13.6.3
  CPU: (8) arm64 Apple M1
  Memory: 155.73 MB / 8.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 20.9.0
    path: ~/.nvm/versions/node/v20.9.0/bin/node
  Yarn: Not Found
  npm:
    version: 10.1.0
    path: ~/.nvm/versions/node/v20.9.0/bin/npm
  Watchman:
    version: 2023.12.04.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.14.3
    path: /opt/homebrew/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 23.2
      - iOS 17.2
      - macOS 14.2
      - tvOS 17.2
      - watchOS 10.2
  Android SDK:
    API Levels:
      - "31"
      - "33"
    Build Tools:
      - 30.0.3
      - 31.0.0
      - 33.0.0
    System Images:
      - android-31 | Google Play ARM 64 v8a
      - android-33 | Google APIs ARM 64 v8a
    Android NDK: Not Found
IDEs:
  Android Studio: 2021.2 AI-212.5712.43.2112.8609683
  Xcode:
    version: 15.1/15C65
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 11.0.15
    path: /usr/bin/javac
  Ruby:
    version: 3.2.2
    path: /Users/rafael/.rbenv/shims/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react: Not Found
  react-native: Not Found
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false

rafael@MacBook-Air-de-Rafael ios % cd ..
rafael@MacBook-Air-de-Rafael app-mundial-prm % npx react-native info
info Fetching system and libraries information...
System:
  OS: macOS 13.6.3
  CPU: (8) arm64 Apple M1
  Memory: 171.28 MB / 8.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 20.9.0
    path: ~/.nvm/versions/node/v20.9.0/bin/node
  Yarn: Not Found
  npm:
    version: 10.1.0
    path: ~/.nvm/versions/node/v20.9.0/bin/npm
  Watchman:
    version: 2023.12.04.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.14.3
    path: /opt/homebrew/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 23.2
      - iOS 17.2
      - macOS 14.2
      - tvOS 17.2
      - watchOS 10.2
  Android SDK:
    API Levels:
      - "31"
      - "33"
    Build Tools:
      - 30.0.3
      - 31.0.0
      - 33.0.0
    System Images:
      - android-31 | Google Play ARM 64 v8a
      - android-33 | Google APIs ARM 64 v8a
    Android NDK: Not Found
IDEs:
  Android Studio: 2021.2 AI-212.5712.43.2112.8609683
  Xcode:
    version: 15.1/15C65
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 11.0.15
    path: /usr/bin/javac
  Ruby:
    version: 3.2.2
    path: /Users/rafael/.rbenv/shims/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.73.1
    wanted: ^0.73.1
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false
rafaels-dev commented 7 months ago

I used the following code to diagnose the error on the node_modules/react-native/scripts/react-native-xcode.sh

err_report() {
    echo "Error on line $1"
}

trap 'err_report $LINENO' ERR

The function err_report noticed to me that the error was found on the for num in 0 1 2 3 4 5 6 7 8. This for was created to get the local ip address of the metro server.

As you can see below, I commented the entire for and replaced with the new command, and my build is working fine now.

IP=$(ifconfig | grep -E "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -v 127.0.0.1 | head -1 | awk '{ print $2 }')
  # for num in 0 1 2 3 4 5 6 7 8; do
  #   IP=$(ipconfig getifaddr en${num})
  #   if [ ! -z "$IP" ]; then
  #     break
  #   fi
  # done
asgarPeerbits commented 7 months ago

I'm encountering the same error when running the iOS app through the command "npx react-native run-ios."

NedStar72 commented 7 months ago

Try deleting the .xcode.env.local file. I have the wrong path to NODE_BINARY generated in it

asgarPeerbits commented 7 months ago

@NedStar72 Still not able to run using command

yhc125 commented 7 months ago

@NedStar72 I resolved it with your solution. Thank you very much. Despite updating everything including Mac OS, Xcode, node version, and trying various modifications, it was resolved by deleting the .xcode.env.local file.

ManosChr commented 7 months ago

Fix this issue by disabling hermes-engine in your podfile. Steps:

  1. Delete pods and cache arch -x86_64 pod deintegrate && arch -x86_64 pod cache clean --all

  2. Add to podfile this line: :hermes_enabled => false,

Here:

 use_react_native!(
    :path => config[:reactNativePath],
    # to enable hermes on iOS, change `false` to `true` and then install pods
    :hermes_enabled => false,
    # Enables Flipper.
    #
    # Note that if you have use_frameworks! enabled, Flipper will not work and
    # you should disable the next line.
    :flipper_configuration => flipper_config,
    # An absolute path to your application root.
    :app_path => "#{Pod::Config.instance.installation_root}/.."
  )
  1. install pods arch -x86_64 pod install
siddarthkay commented 7 months ago

its most likely the same issue we faced while upgrading to 0.73.2 : https://github.com/status-im/status-mobile/issues/18548

jleem99 commented 6 months ago

its most likely the same issue we faced while upgrading to 0.73.2 : https://github.com/status-im/status-mobile/issues/18548

@siddarthkay Yep, I had the similar issue and was able to resolve it by patching out the cp -X option.

But then I noticed that I had coreutils installed on my machine, which meant the GNU variant of cp was used during the build. And it was the root cause of the issue.

https://ss64.com/mac/cp.html

siddarthkay commented 6 months ago

Hi @jleem99 : Thanks for pointing the root cause for cp -X failing on MacOS. In our project we use a nix shell to build the iOS app and we do have coreutils present, so thats why we also faced this issue.

puretension commented 6 months ago

Error Screenshots

"react-native": "0.73.3" (2024/02/03)

fbdefines error image1 fbdefines error image2

Solution

I encountered that error after adding firebase functions. And I searched for keyword "FBDefines" on that long error contents because Xcode build show "FBDefines/FBDefines.h not found" If you can't find the keyward "FBDefines" in error lines, sorry I can't be helpful. But if you are same with me, ⭐️ you should disable the line ":flipper_configuration => flipper_config," in Podfile and pod install. ⭐️ I fixed like this way

fbdefines reason
mutablestudio commented 6 months ago

I'm getting Phase Script Execution build failures coming from the Hermes package - looks like something in RN 0.73 is somehow auto creating an .xcode.env.local file, which creates some seemingly random path for NODE. deleting this .local file fixed the build for me.

felixmueller-cnnctvstn commented 6 months ago

Hi @jleem99 : Thanks for pointing the root cause for cp -X failing on MacOS. In our project we use a nix shell to build the iOS app and we do have coreutils present, so thats why we also faced this issue.

Hi! How did you solve that issue? I think its not possible to exclude coreutils from nix-shell, or at least not recommended.

siddarthkay commented 6 months ago

Hi! How did you solve that issue

Hello, we patched out the -X from the react-native script

ref -> https://github.com/status-im/status-mobile/pull/18563/files#diff-b3d31b1df4cceb663a7dba96bcc3ea45686afe2208d7945b6e7e269067d753fbR92-R96

TiKevin83 commented 3 months ago

hit the same issue, have coreutils installed and the -x in react_native_pods_utils/script_phases.sh breaks build.

siddarthkay commented 3 months ago

Hi @TiKevin83 : you could use this patch -> https://github.com/status-im/status-mobile/blob/8f0840e913506c0c32157f403e72f5ecb80768b0/patches/react-native-script.patch#L9-L10

TiKevin83 commented 3 months ago

Hi @TiKevin83 : you could use this patch -> https://github.com/status-im/status-mobile/blob/8f0840e913506c0c32157f403e72f5ecb80768b0/patches/react-native-script.patch#L9-L10

Thanks yes I'm using that now but why is it being managed as a patch and not merged in? Should we create a PR?

siddarthkay commented 3 months ago

https://github.com/facebook/react-native/commit/e0799536ef1b68b98fb772e256d1d72424349008 seems to be already merged in main branch, don't know if/when it will be back-ported to release branches.