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, XCode] Sourcemap is not being uploaded #4374

Open
ignaciosantise opened this issue Dec 13, 2024 · 3 comments
Open

[iOS, XCode] Sourcemap is not being uploaded #4374

ignaciosantise opened this issue Dec 13, 2024 · 3 comments

Comments

@ignaciosantise
Copy link

ignaciosantise commented Dec 13, 2024

What React Native libraries do you use?

Hermes, React Native without Frameworks

Are you using sentry.io or on-premise?

sentry.io (SaS)

@sentry/react-native SDK Version

6.4.0

How does your development environment look like?

System:
  OS: macOS 15.1.1
  CPU: (14) arm64 Apple M3 Max
  Memory: 548.94 MB / 36.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 18.18.2
    path: ~/.asdf/installs/nodejs/18.18.2/bin/node
  Yarn:
    version: 3.6.4
    path: /opt/homebrew/bin/yarn
  npm:
    version: 9.8.1
    path: ~/.asdf/plugins/nodejs/shims/npm
  Watchman:
    version: 2024.11.11.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.14.3
    path: /Users/ignaciosantise/.asdf/shims/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 24.1
      - iOS 18.1
      - macOS 15.1
      - tvOS 18.1
      - visionOS 2.1
      - watchOS 11.1
  Android SDK:
    API Levels:
      - "26"
      - "28"
      - "31"
      - "33"
      - "34"
      - "35"
    Build Tools:
      - 30.0.2
      - 30.0.3
      - 31.0.0
      - 33.0.0
      - 33.0.1
      - 34.0.0
      - 35.0.0
    System Images:
      - android-34 | Google APIs ARM 64 v8a
      - android-34 | Google Play ARM 64 v8a
    Android NDK: Not Found
IDEs:
  Android Studio: 2023.1 AI-231.9392.1.2311.11255304
  Xcode:
    version: 16.1/16B40
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.9
    path: /usr/bin/javac
  Ruby:
    version: 3.2.2
    path: /Users/ignaciosantise/.asdf/shims/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.74.3
    wanted: 0.74.3
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false

Sentry.init()

Sentry.init({
  enabled: true,
  dsn: Config.ENV_SENTRY_DSN,
  environment: 'internal',
  _experiments: {
    replaysSessionSampleRate: 0,
    replaysOnErrorSampleRate: 1.0,
  },
  tracesSampleRate: 0.5,
  profilesSampleRate: 1.0,
  integrations: [Sentry.mobileReplayIntegration()],
});

Steps to Reproduce

  • Build the app using Xcode

Expected Result

Sourcemap automatically uploaded to Sentry

Actual Result

Sourcemap is not being uploaded.

My project is a react native bare project, but uses expo-modules, so its kind of a mix between RN and Expo.

You can check the source code here -> https://github.com/reown-com/react-native-examples/tree/main/dapps/W3MWagmi

I suspect the issue comes because im using sentry expo metro config, but my project is not really an expo project

@krystofwoldrich
Copy link
Member

Hi @ignaciosantise,
thank you for providing link to the application,

the Bundle React Native code and image build stage is correct (from the link), the sentry-xcode.sh works with both Expo and React Native CLI so that should not be an issue.


Could you check the stdout of the build stage and share it with us?

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Dec 17, 2024
@getsantry getsantry bot moved this from Waiting for: Product Owner to Waiting for: Community in GitHub Issues with 👀 3 Dec 17, 2024
@krystofwoldrich krystofwoldrich moved this from Needs Discussion to Needs More Information in Mobile & Cross Platform SDK Dec 17, 2024
@ignaciosantise
Copy link
Author

@krystofwoldrich sure, sharing Bundle React Native and Upload debug symbols to sentry steps

Bundle React Native code and image

PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Script-1F1C009B2B8E53EE00FC18DB.sh (in target 'W3MWagmi Internal' from project 'W3MWagmi')
    cd /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=NO
    export AGGREGATE_TRACKED_DOMAINS\=YES
    export ALLOW_BUILD_REQUEST_OVERRIDES\=NO
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=ignacio
    export ALTERNATIVE_DISTRIBUTION_WEB\=NO
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=YES
    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-Internal
    export ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS\=YES
    export AUTOMATICALLY_MERGE_DEPENDENCIES\=NO
    export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator\ xros\ xrsimulator
    export AppIdentifierPrefix\=W5R8AG9K22.
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=NO
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-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/c7/yvmp3v2s7dvc42t_f988y3kh0000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode
    export CCHROOT\=/var/folders/c7/yvmp3v2s7dvc42t_f988y3kh0000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED\=YES
    export CLANG_CACHE_FINE_GRAINED_OUTPUTS\=YES
    export CLANG_CXX_LANGUAGE_STANDARD\=c++20
    export CLANG_CXX_LIBRARY\=libc++
    export CLANG_ENABLE_EXPLICIT_MODULES\=YES
    export CLANG_ENABLE_MODULES\=YES
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/ignacio/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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi\ Internal.app
    export CODE_SIGNING_ALLOWED\=YES
    export CODE_SIGNING_REQUIRED\=YES
    export CODE_SIGN_CONTEXT_CLASS\=XCiPhoneOSCodeSignContext
    export CODE_SIGN_ENTITLEMENTS\=W3MWagmi/W3MWagmi.entitlements
    export CODE_SIGN_IDENTITY\=iPhone\ Distribution
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export CODE_SIGN_STYLE\=Manual
    export COLOR_DIAGNOSTICS\=NO
    export COMBINE_HIDPI_IMAGES\=NO
    export COMPILATION_CACHE_CAS_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/CompilationCache.noindex
    export COMPILATION_CACHE_KEEP_CAS_DIRECTORY\=YES
    export COMPILER_INDEX_STORE_ENABLE\=Default
    export COMPOSITE_SDK_DIRS\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=Release
    export CONFIGURATION_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos
    export CONFIGURATION_TEMP_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos
    export CONTENTS_FOLDER_PATH\=W3MWagmi\ Internal.app
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=W3MWagmi\ Internal.app/Contents
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=W3MWagmi\ Internal.app
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=YES
    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/iPhoneSimulator18.1.sdk
    export CORRESPONDING_SIMULATOR_SDK_NAME\=iphonesimulator18.1
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_PROJECT_VERSION\=114
    export CURRENT_VARIANT\=normal
    export DEAD_CODE_STRIPPING\=YES
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf-with-dsym
    export DEBUG_INFORMATION_VERSION\=compiler-default
    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\ 17.3\ 17.4\ 17.5\ 17.6\ 18.0\ 18.1
    export DERIVED_FILES_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.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\=W5R8AG9K22
    export DIFF\=/usr/bin/diff
    export DOCUMENTATION_FOLDER_PATH\=W3MWagmi\ Internal.app/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DSTROOT\=/tmp/W3MWagmi.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=W3MWagmi\ Internal.app.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos
    export DYNAMIC_LIBRARY_EXTENSION\=dylib
    export EAGER_COMPILATION_ALLOW_SCRIPTS\=NO
    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_DEBUG_DYLIB\=NO
    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_NS_ASSERTIONS\=NO
    export ENABLE_ON_DEMAND_RESOURCES\=YES
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=NO
    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\=W3MWagmi\ Internal.app/Executables
    export EXECUTABLE_FOLDER_PATH\=W3MWagmi\ Internal.app
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO\=W3MWagmi\ Internal.app/MacOS
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES\=W3MWagmi\ Internal.app
    export EXECUTABLE_NAME\=W3MWagmi\ Internal
    export EXECUTABLE_PATH\=W3MWagmi\ Internal.app/W3MWagmi\ Internal
    export EXPANDED_CODE_SIGN_IDENTITY\=788721B1F3C97303F221DF751DAEC00B19364527
    export EXPANDED_CODE_SIGN_IDENTITY_NAME\=Apple\ Distribution:\ WalletConnect,\ Inc.\ \(W5R8AG9K22\)
    export EXPANDED_PROVISIONING_PROFILE\=f6b222cf-0220-43c9-ac77-f03d380c1a5c
    export EXTENSIONS_FOLDER_PATH\=W3MWagmi\ Internal.app/Extensions
    export FILE_LIST\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH\=W3MWagmi\ Internal.app/Frameworks
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos\ \ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/XCFrameworkIntermediates/hermes-engine/Pre-built\"
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=W3MWagmi\ Internal.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_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_PREPROCESSOR_DEFINITIONS\=\ _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION\ COCOAPODS\=1
    export GCC_SYMBOLS_PRIVATE_EXTERN\=YES
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/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_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT\=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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/include\ \ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/EXConstants\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Expo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ExpoFileSystem\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ExpoModulesCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/FBLazyVector\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/MMKV\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/MMKVCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCT-Folly\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTDeprecation\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTRequired\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNBootSplash\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNCAsyncStorage\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNCClipboard\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNDeviceInfo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNGestureHandler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNReanimated\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNSVG\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNScreens\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNSentry\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Codegen\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Fabric\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-FabricImage\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-ImageManager\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Mapbuffer\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-NativeModulesApple\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTAnimation\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTAppDelegate\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTBlob\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTText\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RuntimeApple\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RuntimeCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RuntimeHermes\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-callinvoker\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-cxxreact\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-debug\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-featureflags\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-graphics\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-hermes\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jserrorhandler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsi\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsinspector\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-logger\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-nativeconfig\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-perflogger\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-rendererdebug\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-runtimescheduler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-utils\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Sentry\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/SocketRocket\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Yoga\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/fmt\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/hermes-engine\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-compat\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-config\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-get-random-values\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-mmkv\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-netinfo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-safe-area-context\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-webview\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/DoubleConversion\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/Swift\ Compatibility\ Header\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/Yoga\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/boost\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/boost\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/boost-for-react-native\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/glog\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/RCT-Folly\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-hermes\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/hermes-engine\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../../node_modules/react-native/ReactCommon\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/React-Core\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/CocoaAsyncSocket\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/EXConstants\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/EXFont\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Expo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ExpoFileSystem\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ExpoModulesCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/FBLazyVector\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Flipper\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Flipper-Fmt\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Flipper-Folly\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Flipper-PeerTalk\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/FlipperKit\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/MMKV\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/MMKVCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCT-Folly\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTRequired\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNCAsyncStorage\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNCClipboard\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNDeviceInfo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNSVG\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNScreens\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNSentry\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Codegen\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Fabric\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-FabricImage\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-ImageManager\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Mapbuffer\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-NativeModulesApple\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTAnimation\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTAppDelegate\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTBlob\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTText\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-callinvoker\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-cxxreact\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-debug\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-graphics\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-hermes\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jserrorhandler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsi\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsinspector\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-logger\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-nativeconfig\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-perflogger\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-rendererdebug\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-runtimescheduler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-utils\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Sentry\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/SocketRocket\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Yoga\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/fmt\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/hermes-engine\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/libevent\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-compat\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-config\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-get-random-values\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-mmkv\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-netinfo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-safe-area-context\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-webview\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/DoubleConversion\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/Swift\ Compatibility\ Header\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/React-bridging/react/bridging\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-bridging/react_bridging.framework/Headers\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/Yoga\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/boost\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/React-Core\"\ \"/include/\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/../node_modules/react-native/Libraries/LinkingIOS\"
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/ignacio
    export HOST_ARCH\=arm64
    export HOST_PLATFORM\=macosx
    export ICONV\=/usr/bin/iconv
    export IMPLICIT_DEPENDENCY_DOMAIN\=default
    export INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE\=YES
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_FILE\=W3MWagmi/Internal-Info.plist
    export INFOPLIST_KEY_CFBundleDisplayName\=RN\ AppKit
    export INFOPLIST_OUTPUT_FORMAT\=binary
    export INFOPLIST_PATH\=W3MWagmi\ Internal.app/Info.plist
    export INFOPLIST_PREPROCESS\=NO
    export INFOSTRINGS_PATH\=W3MWagmi\ Internal.app/en.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/W3MWagmi.dst/Applications
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=ignacio
    export INSTALL_PATH\=/Applications
    export INSTALL_ROOT\=/tmp/W3MWagmi.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=13.4
    export IS_UNOPTIMIZED_BUILD\=NO
    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\=W3MWagmi\ Internal.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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/undefined_arch/W3MWagmi\ Internal_dependency_info.dat
    export LD_EXPORT_SYMBOLS\=YES
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/W3MWagmi\ Internal-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\ \ /usr/lib/swift\ \'@executable_path/Frameworks\'\ \'@loader_path/Frameworks\'\ @executable_path/Frameworks
    export LD_RUNPATH_SEARCH_PATHS_YES\=@loader_path/../Frameworks
    export LD_SHARED_CACHE_ELIGIBLE\=Automatic
    export LD_WARN_DUPLICATE_LIBRARIES\=NO
    export LD_WARN_UNUSED_DYLIBS\=NO
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/lib/swift\ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/DoubleConversion\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Expo\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/MMKV\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/MMKVCore\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RCT-Folly\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RCTDeprecation\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RCTTypeSafety\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNBootSplash\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNCAsyncStorage\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNCClipboard\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNDeviceInfo\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNGestureHandler\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNReanimated\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNSVG\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNScreens\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNSentry\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-Codegen\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-Core\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-CoreModules\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-Fabric\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-FabricImage\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-ImageManager\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-Mapbuffer\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-NativeModulesApple\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTAnimation\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTAppDelegate\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTBlob\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTFabric\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTImage\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTLinking\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTNetwork\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTSettings\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTText\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTVibration\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RuntimeApple\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RuntimeCore\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RuntimeHermes\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-cxxreact\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-debug\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-featureflags\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-graphics\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-hermes\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-jserrorhandler\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-jsi\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-jsiexecutor\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-jsinspector\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-logger\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-nativeconfig\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-perflogger\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-rendererdebug\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-runtimescheduler\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-utils\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ReactCommon\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/SocketRocket\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Yoga\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/fmt\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/glog\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-compat\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-config\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-get-random-values\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-mmkv\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-netinfo\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-safe-area-context\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-webview\ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/lib/swift
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/arm64/W3MWagmi\ Internal.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 LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/arm64/W3MWagmi\ Internal.SwiftConstValuesFileList
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZATION_PREFERS_STRING_CATALOGS\=NO
    export LOCALIZED_RESOURCES_FOLDER_PATH\=W3MWagmi\ Internal.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/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export LOCSYMROOT\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export MACH_O_TYPE\=mh_execute
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=24B91
    export MAC_OS_X_VERSION_ACTUAL\=150101
    export MAC_OS_X_VERSION_MAJOR\=150000
    export MAC_OS_X_VERSION_MINOR\=150100
    export MAKE_MERGEABLE\=NO
    export MARKETING_VERSION\=1.1
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi\ Internal.app
    export MODULES_FOLDER_PATH\=W3MWagmi\ Internal.app/Modules
    export MODULE_CACHE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO\=NO
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal
    export OBJROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=NO
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_CFLAGS\=\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK/CoinbaseWalletSDK.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo/CoinbaseWalletSDKExpo.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants/EXConstants.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset/ExpoAsset.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem/ExpoFileSystem.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont/ExpoFont.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake/ExpoKeepAwake.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry/Sentry.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNReanimated/RNReanimated.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric/RCTFabric/React-RCTFabric.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/reacthermes/React-hermes.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"\ \ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -Wno-comma\ -Wno-shorten-64-to-32\ -DREACT_NATIVE_MINOR_VERSION\=74\ \ \ -DREANIMATED_VERSION\=3.15.4\ -DNDEBUG
    export OTHER_CPLUSPLUSFLAGS\=\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK/CoinbaseWalletSDK.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo/CoinbaseWalletSDKExpo.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants/EXConstants.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset/ExpoAsset.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem/ExpoFileSystem.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont/ExpoFont.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake/ExpoKeepAwake.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry/Sentry.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNReanimated/RNReanimated.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric/RCTFabric/React-RCTFabric.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/reacthermes/React-hermes.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"\ \ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -Wno-comma\ -Wno-shorten-64-to-32\ -DREACT_NATIVE_MINOR_VERSION\=74\ \ \ -DREANIMATED_VERSION\=3.15.4\ -DNDEBUG\ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -DNDEBUG\ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -DFOLLY_CFG_NO_COROUTINES\=1\ -DFOLLY_HAVE_CLOCK_GETTIME\=1\ -Wno-comma\ -Wno-shorten-64-to-32
    export OTHER_LDFLAGS\=\ -ObjC\ -l\"CoinbaseWalletSDK\"\ -l\"CoinbaseWalletSDKExpo\"\ -l\"DoubleConversion\"\ -l\"EXConstants\"\ -l\"Expo\"\ -l\"ExpoAsset\"\ -l\"ExpoFileSystem\"\ -l\"ExpoFont\"\ -l\"ExpoKeepAwake\"\ -l\"ExpoModulesCore\"\ -l\"MMKV\"\ -l\"MMKVCore\"\ -l\"RCT-Folly\"\ -l\"RCTDeprecation\"\ -l\"RCTTypeSafety\"\ -l\"RNBootSplash\"\ -l\"RNCAsyncStorage\"\ -l\"RNCClipboard\"\ -l\"RNDeviceInfo\"\ -l\"RNGestureHandler\"\ -l\"RNReanimated\"\ -l\"RNSVG\"\ -l\"RNScreens\"\ -l\"RNSentry\"\ -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-RuntimeApple\"\ -l\"React-RuntimeCore\"\ -l\"React-RuntimeHermes\"\ -l\"React-cxxreact\"\ -l\"React-debug\"\ -l\"React-featureflags\"\ -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\"Sentry\"\ -l\"SocketRocket\"\ -l\"Yoga\"\ -l\"c++\"\ -l\"c++abi\"\ -l\"fmt\"\ -l\"glog\"\ -l\"icucore\"\ -l\"react-native-compat\"\ -l\"react-native-config\"\ -l\"react-native-get-random-values\"\ -l\"react-native-mmkv\"\ -l\"react-native-netinfo\"\ -l\"react-native-safe-area-context\"\ -l\"react-native-webview\"\ -l\"z\"\ -framework\ \"Accelerate\"\ -framework\ \"AudioToolbox\"\ -framework\ \"CFNetwork\"\ -framework\ \"CoreFoundation\"\ -framework\ \"Foundation\"\ -framework\ \"JavaScriptCore\"\ -framework\ \"MobileCoreServices\"\ -framework\ \"Security\"\ -framework\ \"UIKit\"\ -framework\ \"hermes\"\ -ObjC\ -lc++
    export OTHER_SWIFT_FLAGS\=\ -D\ COCOAPODS\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK/CoinbaseWalletSDK.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo/CoinbaseWalletSDKExpo.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants/EXConstants.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset/ExpoAsset.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem/ExpoFileSystem.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont/ExpoFont.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake/ExpoKeepAwake.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry/Sentry.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNReanimated/RNReanimated.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core/React/React-Core.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric/RCTFabric/React-RCTFabric.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/reacthermes/React-hermes.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"\ -D\ EXPO_CONFIGURATION_RELEASE
    export PACKAGE_TYPE\=com.apple.package-type.wrapper.application
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/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\=W3MWagmi\ Internal.app/pbdevelopment.plist
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/PkgInfo
    export PKGINFO_PATH\=W3MWagmi\ Internal.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\=22B74
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PLUGINS_FOLDER_PATH\=W3MWagmi\ Internal.app/PlugIns
    export PODS_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos
    export PODS_PODFILE_DIR_PATH\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/.
    export PODS_ROOT\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods
    export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/XCFrameworkIntermediates
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/PrefixHeaders
    export PRIVATE_HEADERS_FOLDER_PATH\=W3MWagmi\ Internal.app/PrivateHeaders
    export PROCESSED_INFOPLIST_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/undefined_arch/Processed-Info.plist
    export PRODUCT_BUNDLE_IDENTIFIER\=com.walletconnect.web3modal.rnsample.internal
    export PRODUCT_BUNDLE_PACKAGE_TYPE\=APPL
    export PRODUCT_MODULE_NAME\=W3MWagmi_Internal
    export PRODUCT_NAME\=W3MWagmi\ Internal
    export PRODUCT_SETTINGS_PATH\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/W3MWagmi/Internal-Info.plist
    export PRODUCT_TYPE\=com.apple.product-type.application
    export PROFILING_CODE\=NO
    export PROJECT\=W3MWagmi
    export PROJECT_DERIVED_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/DerivedSources
    export PROJECT_DIR\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export PROJECT_FILE_PATH\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/W3MWagmi.xcodeproj
    export PROJECT_GUID\=3b29ddf9c119c57317b6101558d73782
    export PROJECT_NAME\=W3MWagmi
    export PROJECT_TEMP_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build
    export PROJECT_TEMP_ROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex
    export PROVISIONING_PROFILE_REQUIRED\=YES
    export PROVISIONING_PROFILE_REQUIRED_YES_YES\=YES
    export PROVISIONING_PROFILE_SPECIFIER\=match\ AppStore\ com.walletconnect.web3modal.rnsample.internal
    export PROVISIONING_PROFILE_SUPPORTED\=YES
    export PUBLIC_HEADERS_FOLDER_PATH\=W3MWagmi\ Internal.app/Headers
    export REACT_NATIVE_PATH\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../../node_modules/react-native
    export RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET\=15.0
    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 RESCHEDULE_INDEPENDENT_HEADERS_PHASES\=YES
    export REZ_COLLECTOR_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/ResourceManagerResources
    export REZ_OBJECTS_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPTS_FOLDER_PATH\=W3MWagmi\ Internal.app/Scripts
    export SCRIPT_INPUT_FILE_0\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/.xcode.env.local
    export SCRIPT_INPUT_FILE_1\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/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/iPhoneOS18.1.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk
    export SDK_DIR_iphoneos\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk
    export SDK_DIR_iphoneos18_1\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk
    export SDK_NAME\=iphoneos18.1
    export SDK_NAMES\=iphoneos18.1
    export SDK_PRODUCT_BUILD_VERSION\=22B74
    export SDK_STAT_CACHE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData
    export SDK_STAT_CACHE_ENABLE\=YES
    export SDK_STAT_CACHE_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-456b5073a84ca8a40bffd5133c40ea2b.sdkstatcache
    export SDK_VERSION\=18.1
    export SDK_VERSION_ACTUAL\=180100
    export SDK_VERSION_MAJOR\=180000
    export SDK_VERSION_MINOR\=180100
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH\=W3MWagmi\ Internal.app/SharedFrameworks
    export SHARED_PRECOMPS_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH\=W3MWagmi\ Internal.app/SharedSupport
    export SKIP_INSTALL\=NO
    export SOURCE_ROOT\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export SRCROOT\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export STRINGSDATA_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=binary
    export STRIP_BITCODE_FROM_COPIED_FILES\=YES
    export STRIP_INSTALLED_PRODUCT\=YES
    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\=NO
    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_INCLUDE_PATHS\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos\ \ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry\"
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/arm64/W3MWagmi\ Internal.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/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\=W3MWagmi\ Internal.app/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=W3MWagmi\ Internal.app/Library/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=W3MWagmi\ Internal.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\=W3MWagmi\ Internal
    export TARGET_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos
    export TARGET_NAME\=W3MWagmi\ Internal
    export TARGET_TEMP_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export TEMP_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export TEMP_FILES_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export TEMP_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export TEMP_ROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/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/iPhoneOS18.1.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 TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS\=NO
    export TeamIdentifierPrefix\=W5R8AG9K22.
    export UID\=501
    export UNINSTALLED_PRODUCTS_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/UninstalledProducts
    export UNLOCALIZED_RESOURCES_FOLDER_PATH\=W3MWagmi\ Internal.app
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO\=W3MWagmi\ Internal.app/Resources
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES\=W3MWagmi\ Internal.app
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=ignacio
    export USER_APPS_DIR\=/Users/ignacio/Applications
    export USER_LIBRARY_DIR\=/Users/ignacio/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\=YES
    export VALID_ARCHS\=arm64\ arm64e\ armv7\ armv7s
    export VERBOSE_PBXCP\=NO
    export VERSIONING_SYSTEM\=apple-generic
    export VERSIONPLIST_PATH\=W3MWagmi\ Internal.app/version.plist
    export VERSION_INFO_BUILDER\=ignacio
    export VERSION_INFO_FILE\=W3MWagmi\ Internal_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:W3MWagmi\ Internal\ \ PROJECT:W3MWagmi-114\"
    export WORKSPACE_DIR\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export WRAPPER_EXTENSION\=app
    export WRAPPER_NAME\=W3MWagmi\ Internal.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\=16B40
    export XCODE_VERSION_ACTUAL\=1610
    export XCODE_VERSION_MAJOR\=1600
    export XCODE_VERSION_MINOR\=1610
    export XPCSERVICES_FOLDER_PATH\=W3MWagmi\ Internal.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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\\\ Internal.build/Script-1F1C009B2B8E53EE00FC18DB.sh

+ DEST='/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi Internal.app'
+ [[ ! -n '' ]]
+ [[ Release = *Debug* ]]
+ [[ -n '' ]]
+ case "$CONFIGURATION" in
+ DEV=false
+++ dirname /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/node_modules/react-native/scripts/react-native-xcode.sh
++ cd /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/node_modules/react-native/scripts/..
++ pwd
+ REACT_NATIVE_DIR=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/node_modules/react-native
+ PROJECT_ROOT=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/..
+ cd /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/..
+ [[ -n index.js ]]
+ :
+ source /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/node_modules/react-native/scripts/node-binary.sh
++ '[' -z /Users/ignacio/.asdf/shims/node ']'
++ type /Users/ignacio/.asdf/shims/node
+ HERMES_ENGINE_PATH=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/hermes-engine
+ '[' -z '' ']'
+ HERMES_CLI_PATH=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/hermes-engine/destroot/bin/hermesc
+ [[ true != false ]]
+ [[ -f /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/hermes-engine ]]
+ '[' -z '' ']'
+ export NODE_ARGS=
+ NODE_ARGS=
+ '[' -z /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/node_modules/@expo/cli/build/bin/cli ']'
+ '[' -z export:embed ']'
+ '[' -z '' ']'
+ COMPOSE_SOURCEMAP_PATH=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/node_modules/react-native/scripts/compose-source-maps.js
+ [[ -z '' ]]
+ CONFIG_ARG=
+ BUNDLE_FILE=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle
+ EXTRA_ARGS=()
+ case "$PLATFORM_NAME" in
+ BUNDLE_PLATFORM=ios
+ '[' '' = YES ']'
+ EMIT_SOURCEMAP=
+ [[ ! -z '' ]]
+ PACKAGER_SOURCEMAP_FILE=
+ [[ '' == true ]]
+ [[ true != false ]]
+ [[ false == false ]]
+ EXTRA_ARGS+=("--minify" "false")
+ /Users/ignacio/.asdf/shims/node /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/node_modules/@expo/cli/build/bin/cli export:embed --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle --assets-dest '/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi Internal.app' --minify false
env: load .env.local .env.production .env
env: export ENV_PROJECT_ID ENV_SENTRY_DSN ENV_SENTRY_TAG SENTRY_AUTH_TOKEN
Starting Metro Bundler
warning: Bundler cache is empty, rebuilding (this may take a minute)
iOS Bundled 13172ms index.js (3343 modules)
Writing bundle output to: /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle
Copying 4 asset files
Done writing bundle output
+ [[ true == false ]]
+ EXTRA_COMPILER_ARGS=
+ [[ false == true ]]
+ EXTRA_COMPILER_ARGS=-O
+ [[ '' == true ]]
+ /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out '/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi Internal.app/main.jsbundle' /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:818:63: warning: Direct call to eval(), but lexical scope is not supported.
...typeof expo === "undefined" ? eval("require") : function (moduleId) {
                                 ^~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:1466:18: warning: the variable "DebuggerInternal" was not declared in function "__shouldPauseOnThrow"
          typeof DebuggerInternal !== 'undefined' &&
                 ^~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:14132:7: warning: the variable "setTimeout" was not declared in function "logCapturedError"
      setTimeout(function () {
      ^~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:12242:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function " 287#"
  var _nativeFabricUIManage = nativeFabricUIManager,
                              ^~~~~~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:12270:21: warning: the variable "clearTimeout" was not declared in anonymous function " 287#"
    cancelTimeout = clearTimeout;
                    ^~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:16900:30: warning: the variable "__REACT_DEVTOOLS_GLOBAL_HOOK__" was not declared in anonymous function " 287#"
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:18513:5: warning: the variable "setImmediate" was not declared in function "handleResolved"
    setImmediate(function () {
    ^~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22533:5: warning: the variable "fetch" was not declared in anonymous function " 495#"
    fetch,
    ^~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22534:5: warning: the variable "Headers" was not declared in anonymous function " 495#"
    Headers,
    ^~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22535:5: warning: the variable "Request" was not declared in anonymous function " 495#"
    Request,
    ^~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22536:5: warning: the variable "Response" was not declared in anonymous function " 495#"
    Response
    ^~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22693:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer"
      var reader = new FileReader();
                       ^~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22744:36: warning: the variable "Blob" was not declared in anonymous function " 506#"
        } else if (support.blob && Blob.prototype.isPrototypeOf(body)) {
                                   ^~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22746:40: warning: the variable "FormData" was not declared in anonymous function " 506#"
        } else if (support.formData && FormData.prototype.isPrototypeOf(body)) {
                                       ^~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22748:44: warning: the variable "URLSearchParams" was not declared in anonymous function " 506#"
...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body...
                                 ^~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22867:26: warning: the variable "AbortController" was not declared in anonymous function " 512#"
          var ctrl = new AbortController();
                         ^~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:23000:23: warning: the variable "XMLHttpRequest" was not declared in anonymous function " 516#"
        var xhr = new XMLHttpRequest();
                      ^~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:22546:71: warning: the variable "self" was not declared in anonymous function " 498#"
...undefined' && globalThis || typeof self !== 'undefined' && self ||
                                      ^~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:26540:27: warning: the variable "performance" was not declared in anonymous function " 676#"
  if ("object" === typeof performance && "function" === typeof performance.no...
                          ^~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:26563:26: warning: the variable "navigator" was not declared in anonymous function " 676#"
  "undefined" !== typeof navigator && undefined !== navigator.scheduling && u...
                         ^~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:26673:37: warning: the variable "MessageChannel" was not declared in anonymous function " 676#"
  };else if ("undefined" !== typeof MessageChannel) {
                                    ^~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:26688:34: warning: the variable "nativeRuntimeScheduler" was not declared in anonymous function " 676#"
... = "undefined" !== typeof nativeRuntimeScheduler ? nativeRuntimeScheduler....
                             ^~~~~~~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:38216:34: warning: the variable "requestAnimationFrame" was not declared in function "start 9#"
...    this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));
                              ^~~~~~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:59031:16: warning: the variable "SharedArrayBuffer" was not declared in function "from"
    if (typeof SharedArrayBuffer !== 'undefined' && (isInstance(value, Shared...
               ^~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:67810:30: warning: the variable "crypto" was not declared in anonymous function " 1740#"
                  if (typeof crypto != 'undefined' && crypto && (crypto.getRa...
                             ^~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:95970:26: warning: the variable "localStorage" was not declared in function "?anon_0_ 99#"
        if (mr() && (r = localStorage.getItem(t), r)) return r;
                         ^~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:106161:23: warning: the variable "TextDecoder" was not declared in anonymous function " 3179#"
    var decoder = new TextDecoder('utf8');
                      ^~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:106164:23: warning: the variable "TextEncoder" was not declared in anonymous function " 3180#"
    var encoder = new TextEncoder();
                      ^~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:136629:55: warning: the variable "client" was not declared in function "?anon_0_ 185#"
...eld (0, getAction_js_1.getAction)(client, getBlock_js_1.getBlock, 'getBloc...
                                     ^~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:136644:22: warning: the variable "args" was not declared in function "?anon_0_ 186#"
          if (typeof args.chainId !== 'undefined') return args.chainId;
                     ^~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:143130:25: warning: the variable "Image" was not declared in anonymous function " 4228#"
          var img = new Image();
                        ^~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:160144:21: warning: the variable "CustomEvent" was not declared in function "announceProvider"
    var event = new CustomEvent('eip6963:announceProvider', {
                    ^~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:196018:11: warning: the variable "cancelAnimationFrame" was not declared in function "stop 14#"
          cancelAnimationFrame(this.frameRequestId);
          ^~~~~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:196864:7: warning: the variable "CSS" was not declared in function "registerCssVariable"
      CSS.registerProperty({
      ^~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:197030:41: warning: the variable "Element" was not declared in function "waapi"
      return Object.hasOwnProperty.call(Element.prototype, "animate");
                                        ^~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:197107:82: warning: the variable "getComputedStyle" was not declared in function "get 1627#"
...yle.getPropertyValue(name) : getComputedStyle(element)[name];
                                ^~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:198736:34: warning: the variable "SVGElement" was not declared in function "getElementSize"
    } else if (target instanceof SVGElement && "getBBox" in target) {
                                 ^~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:199135:37: warning: the variable "SVGGraphicsElement" was not declared in function "calcInset"
...else if (current instanceof SVGGraphicsElement && "getBBox" in current) {
                               ^~~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:260332:11: warning: the variable "_WORKLET" was not declared in function "assertEasingIsWorklet"
      if (_WORKLET) {
          ^~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:262794:26: warning: Direct call to eval(), but lexical scope is not supported.
            workletFun = eval('(' + initData.code + '\n)');
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:262817:112: warning: the variable "_toString" was not declared in function "valueUnpacker"
...recognized by value unpacker: "${_toString(objectToUnpack)}".`);
                                    ^~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:263766:11: warning: the variable "queueMicrotask" was not declared in anonymous function " 8728#"
          queueMicrotask(function () {
          ^~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:279565:26: warning: the variable "structuredClone" was not declared in function "createAnimationWithInitialValues"
    var animationStyle = structuredClone(_config.AnimationsData[animationName...
                         ^~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:280004:24: warning: the variable "MutationObserver" was not declared in function "addHTMLMutationObserver"
    var observer = new MutationObserver(function (mutationsList) {
                       ^~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:283910:5: warning: the variable "jest" was not declared in function "beforeTest"
    jest.useFakeTimers();
    ^~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:284482:26: warning: the variable "_getAnimationTimestamp" was not declared in function "computeEasingProgress"
      var elapsedTime = (_getAnimationTimestamp() - startingTimestamp) / 1000;
                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:332766:48: warning: the variable "CSSRule" was not declared in function "adoptStyleSheets"
              rules: Array.from(sheet.rules || CSSRule, function (r, index) {
                                               ^~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:339459:33: warning: the variable "WeakRef" was not declared in function "addWindow 1#"
          this.windows.push(new WeakRef(win));
                                ^~~~~~~
/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/main.jsbundle:339615:13: warning: the variable "createImageBitmap" was not declared in anonymous function " 11383#"
            createImageBitmap(canvas).then(function (bitmap) {
            ^~~~~~~~~~~~~~~~~
+ [[ '' == true ]]
+ BUNDLE_FILE='/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi Internal.app/main.jsbundle'
+ [[ false != true ]]
+ [[ ! -f /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi Internal.app/main.jsbundle ]]

Upload debug symbols to Sentry

PhaseScriptExecution Upload\ Debug\ Symbols\ to\ Sentry /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Script-1FC753F82D0C93DE00D88337.sh (in target 'W3MWagmi Internal' from project 'W3MWagmi')
    cd /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=NO
    export AGGREGATE_TRACKED_DOMAINS\=YES
    export ALLOW_BUILD_REQUEST_OVERRIDES\=NO
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=ignacio
    export ALTERNATIVE_DISTRIBUTION_WEB\=NO
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=YES
    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-Internal
    export ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS\=YES
    export AUTOMATICALLY_MERGE_DEPENDENCIES\=NO
    export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator\ xros\ xrsimulator
    export AppIdentifierPrefix\=W5R8AG9K22.
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=NO
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-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/c7/yvmp3v2s7dvc42t_f988y3kh0000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode
    export CCHROOT\=/var/folders/c7/yvmp3v2s7dvc42t_f988y3kh0000gn/C/com.apple.DeveloperTools/16.1-16B40/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED\=YES
    export CLANG_CACHE_FINE_GRAINED_OUTPUTS\=YES
    export CLANG_CXX_LANGUAGE_STANDARD\=c++20
    export CLANG_CXX_LIBRARY\=libc++
    export CLANG_ENABLE_EXPLICIT_MODULES\=YES
    export CLANG_ENABLE_MODULES\=YES
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/ignacio/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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi\ Internal.app
    export CODE_SIGNING_ALLOWED\=YES
    export CODE_SIGNING_REQUIRED\=YES
    export CODE_SIGN_CONTEXT_CLASS\=XCiPhoneOSCodeSignContext
    export CODE_SIGN_ENTITLEMENTS\=W3MWagmi/W3MWagmi.entitlements
    export CODE_SIGN_IDENTITY\=iPhone\ Distribution
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export CODE_SIGN_STYLE\=Manual
    export COLOR_DIAGNOSTICS\=NO
    export COMBINE_HIDPI_IMAGES\=NO
    export COMPILATION_CACHE_CAS_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/CompilationCache.noindex
    export COMPILATION_CACHE_KEEP_CAS_DIRECTORY\=YES
    export COMPILER_INDEX_STORE_ENABLE\=Default
    export COMPOSITE_SDK_DIRS\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=Release
    export CONFIGURATION_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos
    export CONFIGURATION_TEMP_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos
    export CONTENTS_FOLDER_PATH\=W3MWagmi\ Internal.app
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=W3MWagmi\ Internal.app/Contents
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=W3MWagmi\ Internal.app
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=YES
    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/iPhoneSimulator18.1.sdk
    export CORRESPONDING_SIMULATOR_SDK_NAME\=iphonesimulator18.1
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_PROJECT_VERSION\=114
    export CURRENT_VARIANT\=normal
    export DEAD_CODE_STRIPPING\=YES
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf-with-dsym
    export DEBUG_INFORMATION_VERSION\=compiler-default
    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\ 17.3\ 17.4\ 17.5\ 17.6\ 18.0\ 18.1
    export DERIVED_FILES_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.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\=W5R8AG9K22
    export DIFF\=/usr/bin/diff
    export DOCUMENTATION_FOLDER_PATH\=W3MWagmi\ Internal.app/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DSTROOT\=/tmp/W3MWagmi.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=W3MWagmi\ Internal.app.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos
    export DYNAMIC_LIBRARY_EXTENSION\=dylib
    export EAGER_COMPILATION_ALLOW_SCRIPTS\=NO
    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_DEBUG_DYLIB\=NO
    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_NS_ASSERTIONS\=NO
    export ENABLE_ON_DEMAND_RESOURCES\=YES
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=NO
    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\=W3MWagmi\ Internal.app/Executables
    export EXECUTABLE_FOLDER_PATH\=W3MWagmi\ Internal.app
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO\=W3MWagmi\ Internal.app/MacOS
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES\=W3MWagmi\ Internal.app
    export EXECUTABLE_NAME\=W3MWagmi\ Internal
    export EXECUTABLE_PATH\=W3MWagmi\ Internal.app/W3MWagmi\ Internal
    export EXPANDED_CODE_SIGN_IDENTITY\=788721B1F3C97303F221DF751DAEC00B19364527
    export EXPANDED_CODE_SIGN_IDENTITY_NAME\=Apple\ Distribution:\ WalletConnect,\ Inc.\ \(W5R8AG9K22\)
    export EXPANDED_PROVISIONING_PROFILE\=f6b222cf-0220-43c9-ac77-f03d380c1a5c
    export EXTENSIONS_FOLDER_PATH\=W3MWagmi\ Internal.app/Extensions
    export FILE_LIST\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH\=W3MWagmi\ Internal.app/Frameworks
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos\ \ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/XCFrameworkIntermediates/hermes-engine/Pre-built\"
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=W3MWagmi\ Internal.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_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_PREPROCESSOR_DEFINITIONS\=\ _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION\ COCOAPODS\=1
    export GCC_SYMBOLS_PRIVATE_EXTERN\=YES
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/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_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT\=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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/include\ \ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/EXConstants\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Expo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ExpoFileSystem\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ExpoModulesCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/FBLazyVector\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/MMKV\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/MMKVCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCT-Folly\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTDeprecation\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTRequired\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNBootSplash\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNCAsyncStorage\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNCClipboard\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNDeviceInfo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNGestureHandler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNReanimated\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNSVG\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNScreens\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNSentry\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Codegen\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Fabric\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-FabricImage\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-ImageManager\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Mapbuffer\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-NativeModulesApple\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTAnimation\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTAppDelegate\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTBlob\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTText\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RuntimeApple\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RuntimeCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RuntimeHermes\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-callinvoker\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-cxxreact\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-debug\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-featureflags\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-graphics\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-hermes\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jserrorhandler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsi\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsinspector\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-logger\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-nativeconfig\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-perflogger\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-rendererdebug\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-runtimescheduler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-utils\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Sentry\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/SocketRocket\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Yoga\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/fmt\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/hermes-engine\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-compat\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-config\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-get-random-values\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-mmkv\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-netinfo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-safe-area-context\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-webview\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/DoubleConversion\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/Swift\ Compatibility\ Header\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/Yoga\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/boost\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/boost\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/boost-for-react-native\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/glog\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/RCT-Folly\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-hermes\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/hermes-engine\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../../node_modules/react-native/ReactCommon\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/React-Core\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/CocoaAsyncSocket\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/EXConstants\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/EXFont\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Expo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ExpoFileSystem\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ExpoModulesCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/FBLazyVector\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Flipper\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Flipper-Fmt\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Flipper-Folly\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Flipper-PeerTalk\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/FlipperKit\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/MMKV\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/MMKVCore\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCT-Folly\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTRequired\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNCAsyncStorage\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNCClipboard\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNDeviceInfo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNSVG\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNScreens\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNSentry\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Codegen\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Fabric\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-FabricImage\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-ImageManager\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Mapbuffer\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-NativeModulesApple\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTAnimation\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTAppDelegate\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTBlob\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTText\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-callinvoker\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-cxxreact\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-debug\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-graphics\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-hermes\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jserrorhandler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsi\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-jsinspector\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-logger\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-nativeconfig\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-perflogger\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-rendererdebug\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-runtimescheduler\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-utils\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Sentry\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/SocketRocket\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/Yoga\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/fmt\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/hermes-engine\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/libevent\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-compat\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-config\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-get-random-values\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-mmkv\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-netinfo\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-safe-area-context\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react-native-webview\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/DoubleConversion\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/Swift\ Compatibility\ Header\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/React-bridging/react/bridging\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-bridging/react_bridging.framework/Headers\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/Yoga\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/boost\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Private/React-Core\"\ \"/include/\"\ \"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/../node_modules/react-native/Libraries/LinkingIOS\"
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/ignacio
    export HOST_ARCH\=arm64
    export HOST_PLATFORM\=macosx
    export ICONV\=/usr/bin/iconv
    export IMPLICIT_DEPENDENCY_DOMAIN\=default
    export INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE\=YES
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_FILE\=W3MWagmi/Internal-Info.plist
    export INFOPLIST_KEY_CFBundleDisplayName\=RN\ AppKit
    export INFOPLIST_OUTPUT_FORMAT\=binary
    export INFOPLIST_PATH\=W3MWagmi\ Internal.app/Info.plist
    export INFOPLIST_PREPROCESS\=NO
    export INFOSTRINGS_PATH\=W3MWagmi\ Internal.app/en.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/W3MWagmi.dst/Applications
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=ignacio
    export INSTALL_PATH\=/Applications
    export INSTALL_ROOT\=/tmp/W3MWagmi.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=13.4
    export IS_UNOPTIMIZED_BUILD\=NO
    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\=W3MWagmi\ Internal.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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/undefined_arch/W3MWagmi\ Internal_dependency_info.dat
    export LD_EXPORT_SYMBOLS\=YES
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/W3MWagmi\ Internal-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\ \ /usr/lib/swift\ \'@executable_path/Frameworks\'\ \'@loader_path/Frameworks\'\ @executable_path/Frameworks
    export LD_RUNPATH_SEARCH_PATHS_YES\=@loader_path/../Frameworks
    export LD_SHARED_CACHE_ELIGIBLE\=Automatic
    export LD_WARN_DUPLICATE_LIBRARIES\=NO
    export LD_WARN_UNUSED_DYLIBS\=NO
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/lib/swift\ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/DoubleConversion\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Expo\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/MMKV\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/MMKVCore\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RCT-Folly\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RCTDeprecation\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RCTTypeSafety\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNBootSplash\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNCAsyncStorage\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNCClipboard\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNDeviceInfo\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNGestureHandler\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNReanimated\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNSVG\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNScreens\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/RNSentry\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-Codegen\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-Core\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-CoreModules\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-Fabric\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-FabricImage\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-ImageManager\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-Mapbuffer\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-NativeModulesApple\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTAnimation\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTAppDelegate\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTBlob\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTFabric\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTImage\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTLinking\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTNetwork\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTSettings\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTText\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RCTVibration\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RuntimeApple\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RuntimeCore\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-RuntimeHermes\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-cxxreact\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-debug\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-featureflags\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-graphics\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-hermes\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-jserrorhandler\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-jsi\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-jsiexecutor\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-jsinspector\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-logger\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-nativeconfig\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-perflogger\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-rendererdebug\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-runtimescheduler\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/React-utils\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ReactCommon\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/SocketRocket\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Yoga\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/fmt\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/glog\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-compat\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-config\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-get-random-values\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-mmkv\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-netinfo\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-safe-area-context\ /Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/react-native-webview\ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/usr/lib/swift
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/arm64/W3MWagmi\ Internal.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 LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/arm64/W3MWagmi\ Internal.SwiftConstValuesFileList
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZATION_PREFERS_STRING_CATALOGS\=NO
    export LOCALIZED_RESOURCES_FOLDER_PATH\=W3MWagmi\ Internal.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/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export LOCSYMROOT\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export MACH_O_TYPE\=mh_execute
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=24B91
    export MAC_OS_X_VERSION_ACTUAL\=150101
    export MAC_OS_X_VERSION_MAJOR\=150000
    export MAC_OS_X_VERSION_MINOR\=150100
    export MAKE_MERGEABLE\=NO
    export MARKETING_VERSION\=1.1
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi\ Internal.app
    export MODULES_FOLDER_PATH\=W3MWagmi\ Internal.app/Modules
    export MODULE_CACHE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO\=NO
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal
    export OBJROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=NO
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_CFLAGS\=\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK/CoinbaseWalletSDK.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo/CoinbaseWalletSDKExpo.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants/EXConstants.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset/ExpoAsset.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem/ExpoFileSystem.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont/ExpoFont.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake/ExpoKeepAwake.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry/Sentry.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNReanimated/RNReanimated.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric/RCTFabric/React-RCTFabric.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/reacthermes/React-hermes.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"\ \ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -Wno-comma\ -Wno-shorten-64-to-32\ -DREACT_NATIVE_MINOR_VERSION\=74\ \ \ -DREANIMATED_VERSION\=3.15.4\ -DNDEBUG
    export OTHER_CPLUSPLUSFLAGS\=\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK/CoinbaseWalletSDK.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo/CoinbaseWalletSDKExpo.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants/EXConstants.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset/ExpoAsset.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem/ExpoFileSystem.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont/ExpoFont.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake/ExpoKeepAwake.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry/Sentry.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNReanimated/RNReanimated.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric/RCTFabric/React-RCTFabric.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/reacthermes/React-hermes.modulemap\"\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"\ \ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -Wno-comma\ -Wno-shorten-64-to-32\ -DREACT_NATIVE_MINOR_VERSION\=74\ \ \ -DREANIMATED_VERSION\=3.15.4\ -DNDEBUG\ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -DNDEBUG\ -DFOLLY_NO_CONFIG\ -DFOLLY_MOBILE\=1\ -DFOLLY_USE_LIBCPP\=1\ -DFOLLY_CFG_NO_COROUTINES\=1\ -DFOLLY_HAVE_CLOCK_GETTIME\=1\ -Wno-comma\ -Wno-shorten-64-to-32
    export OTHER_LDFLAGS\=\ -ObjC\ -l\"CoinbaseWalletSDK\"\ -l\"CoinbaseWalletSDKExpo\"\ -l\"DoubleConversion\"\ -l\"EXConstants\"\ -l\"Expo\"\ -l\"ExpoAsset\"\ -l\"ExpoFileSystem\"\ -l\"ExpoFont\"\ -l\"ExpoKeepAwake\"\ -l\"ExpoModulesCore\"\ -l\"MMKV\"\ -l\"MMKVCore\"\ -l\"RCT-Folly\"\ -l\"RCTDeprecation\"\ -l\"RCTTypeSafety\"\ -l\"RNBootSplash\"\ -l\"RNCAsyncStorage\"\ -l\"RNCClipboard\"\ -l\"RNDeviceInfo\"\ -l\"RNGestureHandler\"\ -l\"RNReanimated\"\ -l\"RNSVG\"\ -l\"RNScreens\"\ -l\"RNSentry\"\ -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-RuntimeApple\"\ -l\"React-RuntimeCore\"\ -l\"React-RuntimeHermes\"\ -l\"React-cxxreact\"\ -l\"React-debug\"\ -l\"React-featureflags\"\ -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\"Sentry\"\ -l\"SocketRocket\"\ -l\"Yoga\"\ -l\"c++\"\ -l\"c++abi\"\ -l\"fmt\"\ -l\"glog\"\ -l\"icucore\"\ -l\"react-native-compat\"\ -l\"react-native-config\"\ -l\"react-native-get-random-values\"\ -l\"react-native-mmkv\"\ -l\"react-native-netinfo\"\ -l\"react-native-safe-area-context\"\ -l\"react-native-webview\"\ -l\"z\"\ -framework\ \"Accelerate\"\ -framework\ \"AudioToolbox\"\ -framework\ \"CFNetwork\"\ -framework\ \"CoreFoundation\"\ -framework\ \"Foundation\"\ -framework\ \"JavaScriptCore\"\ -framework\ \"MobileCoreServices\"\ -framework\ \"Security\"\ -framework\ \"UIKit\"\ -framework\ \"hermes\"\ -ObjC\ -lc++
    export OTHER_SWIFT_FLAGS\=\ -D\ COCOAPODS\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK/CoinbaseWalletSDK.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo/CoinbaseWalletSDKExpo.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants/EXConstants.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset/ExpoAsset.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem/ExpoFileSystem.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont/ExpoFont.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake/ExpoKeepAwake.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry/Sentry.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/DoubleConversion/DoubleConversion.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RCTTypeSafety/RCTTypeSafety.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/RNReanimated/RNReanimated.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-Core/React/React-Core.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React-RCTFabric/RCTFabric/React-RCTFabric.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Codegen/React-Codegen.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_Fabric/React-Fabric.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_NativeModulesApple/React-NativeModulesApple.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/React_RCTAppDelegate/React-RCTAppDelegate.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/folly/RCT-Folly.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/glog/glog.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsi/React-jsi.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/jsinspector_modern/React-jsinspector.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_debug/React-debug.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_featureflags/React-featureflags.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_debug/React-rendererdebug.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_graphics/React-graphics.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_renderer_imagemanager/React-ImageManager.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/react_utils/React-utils.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/reacthermes/React-hermes.modulemap\"\ -Xcc\ -fmodule-map-file\=\"/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"\ -D\ EXPO_CONFIGURATION_RELEASE
    export PACKAGE_TYPE\=com.apple.package-type.wrapper.application
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/PlugIns/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\=W3MWagmi\ Internal.app/pbdevelopment.plist
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/PkgInfo
    export PKGINFO_PATH\=W3MWagmi\ Internal.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\=22B74
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PLUGINS_FOLDER_PATH\=W3MWagmi\ Internal.app/PlugIns
    export PODS_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos
    export PODS_PODFILE_DIR_PATH\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/.
    export PODS_ROOT\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods
    export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/XCFrameworkIntermediates
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/PrefixHeaders
    export PRIVATE_HEADERS_FOLDER_PATH\=W3MWagmi\ Internal.app/PrivateHeaders
    export PROCESSED_INFOPLIST_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/undefined_arch/Processed-Info.plist
    export PRODUCT_BUNDLE_IDENTIFIER\=com.walletconnect.web3modal.rnsample.internal
    export PRODUCT_BUNDLE_PACKAGE_TYPE\=APPL
    export PRODUCT_MODULE_NAME\=W3MWagmi_Internal
    export PRODUCT_NAME\=W3MWagmi\ Internal
    export PRODUCT_SETTINGS_PATH\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/W3MWagmi/Internal-Info.plist
    export PRODUCT_TYPE\=com.apple.product-type.application
    export PROFILING_CODE\=NO
    export PROJECT\=W3MWagmi
    export PROJECT_DERIVED_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/DerivedSources
    export PROJECT_DIR\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export PROJECT_FILE_PATH\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/W3MWagmi.xcodeproj
    export PROJECT_GUID\=3b29ddf9c119c57317b6101558d73782
    export PROJECT_NAME\=W3MWagmi
    export PROJECT_TEMP_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build
    export PROJECT_TEMP_ROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex
    export PROVISIONING_PROFILE_REQUIRED\=YES
    export PROVISIONING_PROFILE_REQUIRED_YES_YES\=YES
    export PROVISIONING_PROFILE_SPECIFIER\=match\ AppStore\ com.walletconnect.web3modal.rnsample.internal
    export PROVISIONING_PROFILE_SUPPORTED\=YES
    export PUBLIC_HEADERS_FOLDER_PATH\=W3MWagmi\ Internal.app/Headers
    export REACT_NATIVE_PATH\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../../node_modules/react-native
    export RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET\=15.0
    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 RESCHEDULE_INDEPENDENT_HEADERS_PHASES\=YES
    export REZ_COLLECTOR_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/ResourceManagerResources
    export REZ_OBJECTS_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPTS_FOLDER_PATH\=W3MWagmi\ Internal.app/Scripts
    export SCRIPT_INPUT_FILE_0\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/W3MWagmi\ Internal.app.dSYM/Contents/Resources/DWARF/W3MWagmi\ Internal
    export SCRIPT_INPUT_FILE_COUNT\=1
    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/iPhoneOS18.1.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk
    export SDK_DIR_iphoneos\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk
    export SDK_DIR_iphoneos18_1\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk
    export SDK_NAME\=iphoneos18.1
    export SDK_NAMES\=iphoneos18.1
    export SDK_PRODUCT_BUILD_VERSION\=22B74
    export SDK_STAT_CACHE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData
    export SDK_STAT_CACHE_ENABLE\=YES
    export SDK_STAT_CACHE_PATH\=/Users/ignacio/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-456b5073a84ca8a40bffd5133c40ea2b.sdkstatcache
    export SDK_VERSION\=18.1
    export SDK_VERSION_ACTUAL\=180100
    export SDK_VERSION_MAJOR\=180000
    export SDK_VERSION_MINOR\=180100
    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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH\=W3MWagmi\ Internal.app/SharedFrameworks
    export SHARED_PRECOMPS_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH\=W3MWagmi\ Internal.app/SharedSupport
    export SKIP_INSTALL\=NO
    export SOURCE_ROOT\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export SRCROOT\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export STRINGSDATA_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=binary
    export STRIP_BITCODE_FROM_COPIED_FILES\=YES
    export STRIP_INSTALLED_PRODUCT\=YES
    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\=NO
    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_INCLUDE_PATHS\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos\ \ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDK\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/CoinbaseWalletSDKExpo\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/EXConstants\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoAsset\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFileSystem\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoFont\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoKeepAwake\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/ExpoModulesCore\"\ \"/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos/Sentry\"
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build/Objects-normal/arm64/W3MWagmi\ Internal.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/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\=W3MWagmi\ Internal.app/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=W3MWagmi\ Internal.app/Library/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=W3MWagmi\ Internal.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\=W3MWagmi\ Internal
    export TARGET_BUILD_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos
    export TARGET_NAME\=W3MWagmi\ Internal
    export TARGET_TEMP_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export TEMP_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export TEMP_FILES_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export TEMP_FILE_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\ Internal.build
    export TEMP_ROOT\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/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/iPhoneOS18.1.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 TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS\=NO
    export TeamIdentifierPrefix\=W5R8AG9K22.
    export UID\=501
    export UNINSTALLED_PRODUCTS_DIR\=/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/UninstalledProducts
    export UNLOCALIZED_RESOURCES_FOLDER_PATH\=W3MWagmi\ Internal.app
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO\=W3MWagmi\ Internal.app/Resources
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES\=W3MWagmi\ Internal.app
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=ignacio
    export USER_APPS_DIR\=/Users/ignacio/Applications
    export USER_LIBRARY_DIR\=/Users/ignacio/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\=YES
    export VALID_ARCHS\=arm64\ arm64e\ armv7\ armv7s
    export VERBOSE_PBXCP\=NO
    export VERSIONING_SYSTEM\=apple-generic
    export VERSIONPLIST_PATH\=W3MWagmi\ Internal.app/version.plist
    export VERSION_INFO_BUILDER\=ignacio
    export VERSION_INFO_FILE\=W3MWagmi\ Internal_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:W3MWagmi\ Internal\ \ PROJECT:W3MWagmi-114\"
    export WORKSPACE_DIR\=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios
    export WRAPPER_EXTENSION\=app
    export WRAPPER_NAME\=W3MWagmi\ Internal.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\=16B40
    export XCODE_VERSION_ACTUAL\=1610
    export XCODE_VERSION_MAJOR\=1600
    export XCODE_VERSION_MINOR\=1610
    export XPCSERVICES_FOLDER_PATH\=W3MWagmi\ Internal.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/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Intermediates.noindex/W3MWagmi.build/Release-iphoneos/W3MWagmi\\\ Internal.build/Script-1FC753F82D0C93DE00D88337.sh

+ '[' -z '' ']'
+ WITH_ENVIRONMENT=../node_modules/react-native/scripts/xcode/with-environment.sh
+ '[' -f ../node_modules/react-native/scripts/xcode/with-environment.sh ']'
+ . ../node_modules/react-native/scripts/xcode/with-environment.sh
+++ command -v node
++ NODE_BINARY=/usr/local/bin/node
++ export NODE_BINARY
++ ENV_PATH=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../.xcode.env
++ '[' -f /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../.xcode.env ']'
++ source /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../.xcode.env
++++ command -v node
+++ export NODE_BINARY=/usr/local/bin/node
+++ NODE_BINARY=/usr/local/bin/node
+++ export SENTRY_ALLOW_FAILURE=true
+++ SENTRY_ALLOW_FAILURE=true
++ LOCAL_ENV_PATH=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../.xcode.env.local
++ '[' -f /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../.xcode.env.local ']'
++ source /Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/Pods/../.xcode.env.local
+++ export NODE_BINARY=/Users/ignacio/.asdf/shims/node
+++ NODE_BINARY=/Users/ignacio/.asdf/shims/node
++ '[' -n /Users/ignacio/.asdf/shims/node ']'
++ echo 'Node found at: /Users/ignacio/.asdf/shims/node'
Node found at: /Users/ignacio/.asdf/shims/node
++ '[' -n '' ']'
+ set -e
+ LOCAL_NODE_BINARY=/Users/ignacio/.asdf/shims/node
+ RN_PROJECT_ROOT=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/..
+ '[' -z '' ']'
+ export SENTRY_PROPERTIES=sentry.properties
+ SENTRY_PROPERTIES=sentry.properties
+ '[' -z '' ']'
+ export SENTRY_DOTENV_PATH=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/../.env.sentry-build-plugin
+ SENTRY_DOTENV_PATH=/Users/ignacio/projects/WalletConnect/react-native-examples/dapps/W3MWagmi/ios/../.env.sentry-build-plugin
+ '[' -z ../node_modules/@sentry/cli/bin/sentry-cli ']'
+ '[' -z ../node_modules/@sentry/cli/bin/sentry-cli ']'
+ '[' -z ']'
+ SENTRY_FORCE_FOREGROUND=true
+ [[ true == true ]]
+ SENTRY_FORCE_FOREGROUND_FLAG=--force-foreground
+ [[ true == \t\r\u\e ]]
+ INCLUDE_SOURCES_FLAG=--include-sources
+ EXTRA_ARGS='--force-foreground   --include-sources'
+ UPLOAD_DEBUG_FILES='"../node_modules/@sentry/cli/bin/sentry-cli" debug-files upload --force-foreground   --include-sources "/Users/ignacio/Library/Developer/Xcode/DerivedData/W3MWagmi-acorobbodkawmtbwtloqlvvtpqcq/Build/Products/Release-iphoneos"'
+ XCODE_BUILD_CONFIGURATION=Release
+ '[' '' == true ']'
+ '[' '' == true ']'
+ echo Release
+ grep -iq debug
+ set +x +e
output: sentry-cli -   INFO    2024-12-17 12:50:50.339630 -03:00 Loaded file referenced by SENTRY_PROPERTIES (sentry.properties)
output: sentry-cli -   WARN    2024-12-17 12:50:50.340431 -03:00 Using https://sentry.io (embedded in token) rather than manually-configured URL https://sentry.io/. To use https://sentry.io/, please provide an  auth token for https://sentry.io/.
output: sentry-cli - > Found 3 debug information files
output: sentry-cli - > Resolved source code for 1 debug information file
output: sentry-cli - > Prepared debug information files for upload
output: sentry-cli - > Uploaded 3 missing debug information files
output: sentry-cli - > File upload complete:
output: sentry-cli - 
output: sentry-cli -   UPLOADED 8f03fd08-d7ea-3d17-9342-ee0189863a3b (W3MWagmi Internal.app.dSYM/Contents/Resources/DWARF/W3MWagmi Internal; arm64 debug companion)
output: sentry-cli -   UPLOADED 8f03fd08-d7ea-3d17-9342-ee0189863a3b (W3MWagmi Internal.app.dSYM/Contents/Resources/DWARF/W3MWagmi Internal; arm64 sources)
output: sentry-cli -   UPLOADED 8f03fd08-d7ea-3d17-9342-ee0189863a3b (W3MWagmi Internal.app/W3MWagmi Internal; arm64 executable)

@getsantry getsantry bot moved this from Waiting for: Community to Waiting for: Product Owner in GitHub Issues with 👀 3 Dec 17, 2024
@kahest kahest moved this from Needs More Information to Needs Investigation in Mobile & Cross Platform SDK Dec 18, 2024
@kahest
Copy link
Member

kahest commented Dec 18, 2024

@ignaciosantise thanks for sharing, we'll investigate this. please note that we're already winding down for the holidays so it will take a bit longer than usual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: Needs Investigation
Development

No branches or pull requests

3 participants